Uses of Interface
de.xima.fc.interfaces.auth.IAuthorizationContext
-
Packages that use IAuthorizationContext Package Description de.xima.fc.interfaces.auth de.xima.fc.security.context de.xima.fc.security.context.request de.xima.fc.security.helper -
-
Uses of IAuthorizationContext in de.xima.fc.interfaces.auth
Subinterfaces of IAuthorizationContext in de.xima.fc.interfaces.auth Modifier and Type Interface Description interface
IRequestAuthorizationContext
Extendedauthorization context
with parameters needed inIAuthorizer
s to check the authorization of users to a web endpoint.Methods in de.xima.fc.interfaces.auth with parameters of type IAuthorizationContext Modifier and Type Method Description boolean
IAuthorizer. isUserAuthorized(IUser user, IAuthorizationContext context)
Checks whether the given user is authorized for the given authorization context. -
Uses of IAuthorizationContext in de.xima.fc.security.context
Classes in de.xima.fc.security.context that implement IAuthorizationContext Modifier and Type Class Description class
AuthorizationContext
-
Uses of IAuthorizationContext in de.xima.fc.security.context.request
Classes in de.xima.fc.security.context.request that implement IAuthorizationContext Modifier and Type Class Description class
RequestAuthorizationContext
CDI model bean for accessing authorization context information of the current request. -
Uses of IAuthorizationContext in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper with parameters of type IAuthorizationContext Modifier and Type Method Description static boolean
SecurityWebEndpointHelper. isUserAuthorized(IWebEndpoint endpoint, IAuthorizationContext context, IUser user)
Checks if the given user has authorization for the given web endpoint within the given context.
-