Class IsAnyoneAuthorizer
- java.lang.Object
 - 
- de.xima.fc.web.common.auth.authorizer.IsAnyoneAuthorizer
 
 
- 
- All Implemented Interfaces:
 Serializable,org.pac4j.core.authorization.authorizer.Authorizer
public class IsAnyoneAuthorizer extends Object implements org.pac4j.core.authorization.authorizer.Authorizer, Serializable
Authorizer that allows anyone- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description IsAnyoneAuthorizer() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IsAnyoneAuthorizerisAnyone()booleanisAuthorized(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore, List<org.pac4j.core.profile.UserProfile> profiles) 
 - 
 
- 
- 
Method Detail
- 
isAuthorized
public boolean isAuthorized(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore, List<org.pac4j.core.profile.UserProfile> profiles)- Specified by:
 isAuthorizedin interfaceorg.pac4j.core.authorization.authorizer.Authorizer
 
- 
isAnyone
public static IsAnyoneAuthorizer isAnyone()
 
 - 
 
 -