aerogear-security 1.3.1

org.jboss.aerogear.security.authz
Interface AuthorizationManager


Deprecated.

@Deprecated
public interface AuthorizationManager

User authorization based on the submitted token


Method Summary
 boolean validate(String token)
          Deprecated. Token validation against authorization provider
 

Method Detail

validate

boolean validate(String token)
Deprecated. 
Token validation against authorization provider

Parameters:
token - the generated token for the current User logged in.
Returns:
true if the token is valid

aerogear-security 1.3.1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.