Uses of Interface
de.xima.fc.interfaces.auth.IAuthorizationContext
Packages that use IAuthorizationContext
Package
Description
-
Uses of IAuthorizationContext in de.xima.fc.interfaces.auth
Subinterfaces of IAuthorizationContext in de.xima.fc.interfaces.authModifier and TypeInterfaceDescriptioninterface
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 IAuthorizationContextModifier and TypeMethodDescriptionboolean
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 -
Uses of IAuthorizationContext in de.xima.fc.security.context.request
Classes in de.xima.fc.security.context.request that implement IAuthorizationContextModifier and TypeClassDescriptionclass
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 IAuthorizationContextModifier and TypeMethodDescriptionstatic 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.