Uses of Interface
org.glassfish.security.services.api.SecurityService
-
-
Uses of SecurityService in org.glassfish.security.services.api.authentication
Subinterfaces of SecurityService in org.glassfish.security.services.api.authentication Modifier and Type Interface Description interfaceAuthenticationServiceThe AuthenticationService provides basic authentication functions. -
Uses of SecurityService in org.glassfish.security.services.api.authorization
Subinterfaces of SecurityService in org.glassfish.security.services.api.authorization Modifier and Type Interface Description interfaceAuthorizationServiceTheAuthorizationServiceinterface provides methods that allow server and container to determine whether access should be allowed to a particular resource.interfaceRoleMappingServiceTheRoleMappingServiceprovides functions that determine a user's role. -
Uses of SecurityService in org.glassfish.security.services.impl
Classes in org.glassfish.security.services.impl that implement SecurityService Modifier and Type Class Description classAuthenticationServiceImplThe Authentication Service Implementation. -
Uses of SecurityService in org.glassfish.security.services.impl.authorization
Classes in org.glassfish.security.services.impl.authorization that implement SecurityService Modifier and Type Class Description classAuthorizationServiceImplAuthorizationServiceImplimplementsby delegating authorization decisions to configuredAuthorizationServiceinstances.org.glassfish.security.services.spi.AuthorizationProviderclassRoleMappingServiceImplRoleMappingServiceImplimplementsby delegating role mapping decisions to configuredRoleMappingServiceinstances.org.glassfish.security.services.spi.RoleMappingProvider
-