Uses of Interface
org.glassfish.security.services.api.SecurityService
Packages that use SecurityService
Package
Description
-
Uses of SecurityService in org.glassfish.security.services.api.authentication
Subinterfaces of SecurityService in org.glassfish.security.services.api.authenticationModifier and TypeInterfaceDescriptioninterfaceThe AuthenticationService provides basic authentication functions. -
Uses of SecurityService in org.glassfish.security.services.api.authorization
Subinterfaces of SecurityService in org.glassfish.security.services.api.authorizationModifier and TypeInterfaceDescriptioninterfaceTheAuthorizationServiceinterface provides methods that allow server and container to determine whether access should be allowed to a particular resource.interfaceTheRoleMappingServiceprovides 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 SecurityServiceModifier and TypeClassDescriptionclassThe Authentication Service Implementation. -
Uses of SecurityService in org.glassfish.security.services.impl.authorization
Classes in org.glassfish.security.services.impl.authorization that implement SecurityServiceModifier and TypeClassDescriptionfinal classAuthorizationServiceImplimplementsby delegating authorization decisions to configuredAuthorizationServiceinstances.org.glassfish.security.services.spi.AuthorizationProviderfinal classRoleMappingServiceImplimplementsby delegating role mapping decisions to configuredRoleMappingServiceinstances.org.glassfish.security.services.spi.RoleMappingProvider