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 TypeInterfaceDescriptioninterfaceExtendedauthorization contextwith parameters needed inIAuthorizers to check the authorization of users to a web endpoint.Methods in de.xima.fc.interfaces.auth with parameters of type IAuthorizationContextModifier and TypeMethodDescriptionbooleanIAuthorizer.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 TypeClassDescriptionclassCDI 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 booleanSecurityWebEndpointHelper.isUserAuthorized(IWebEndpoint endpoint, IAuthorizationContext context, IUser user) Checks if the given user has authorization for the given web endpoint within the given context.