Uses of Class
net.datenwerke.security.service.authenticator.AuthenticationResult
Packages that use AuthenticationResult
Package
Description
-
Uses of AuthenticationResult in net.datenwerke.oidc.server.auth
Methods in net.datenwerke.oidc.server.auth that return AuthenticationResultModifier and TypeMethodDescription -
Uses of AuthenticationResult in net.datenwerke.rs.authenticator.cr.service.pam
Methods in net.datenwerke.rs.authenticator.cr.service.pam that return AuthenticationResult -
Uses of AuthenticationResult in net.datenwerke.rs.authenticator.service.pam
Methods in net.datenwerke.rs.authenticator.service.pam that return AuthenticationResultModifier and TypeMethodDescriptionClientCertificateMatchEmailPAM.authenticate(AuthToken[] tokens) EveryoneIsRootPAM.authenticate(AuthToken[] tokens) IPRestrictionPAM.authenticate(AuthToken[] tokens) UserPasswordPAM.authenticate(AuthToken[] tokens) -
Uses of AuthenticationResult in net.datenwerke.rs.core.service.login
Methods in net.datenwerke.rs.core.service.login with parameters of type AuthenticationResultModifier and TypeMethodDescriptionvoidBlockSuperUserOnLoginHooker.authenticated(AuthenticationResult authRes) voidCheckBlockedUserOnLoginHooker.authenticated(AuthenticationResult authRes) -
Uses of AuthenticationResult in net.datenwerke.rs.passwordpolicy.service.hooker
Methods in net.datenwerke.rs.passwordpolicy.service.hooker with parameters of type AuthenticationResultModifier and TypeMethodDescriptionvoidBsiPasswordPolicyPostAuthenticateHook.authenticated(AuthenticationResult authRes) -
Uses of AuthenticationResult in net.datenwerke.security.service.authenticator
Methods in net.datenwerke.security.service.authenticator that return AuthenticationResultModifier and TypeMethodDescriptionAuthenticatorService.authenticate(String token, String idToken) AuthenticatorService.authenticate(AuthToken[] tokens) AuthenticatorServiceImpl.authenticate(String token, String idToken) AuthenticatorServiceImpl.authenticate(AuthToken[] tokens) ReportServerPAM.authenticate(AuthToken[] tokens) static AuthenticationResultAuthenticationResult.cannotAuthenticate(boolean authoritative) If authoritative is true, creates an AuthenticationResult denying access.static AuthenticationResultAuthenticationResult.cannotAuthenticate(boolean authoritative, User user) If authoritative is true, creates an AuthenticationResult denying access to the respective user.static AuthenticationResultAuthenticationResult.denyAccess()Denies accessstatic AuthenticationResultAuthenticationResult.denyAccess(User user) Denies accessstatic AuthenticationResultAuthenticationResult.dontCareAccess()Creates an AuthenticationResult specifying don't care, somebody else should decidestatic AuthenticationResultAuthenticationResult.grantAccess(User user) Grants access to the given userMethods in net.datenwerke.security.service.authenticator with parameters of type AuthenticationResultModifier and TypeMethodDescriptionstatic booleanAuthenticationResult.DOESNT_CARE(AuthenticationResult authenticateResult) -
Uses of AuthenticationResult in net.datenwerke.security.service.authenticator.hooks
Methods in net.datenwerke.security.service.authenticator.hooks with parameters of type AuthenticationResultModifier and TypeMethodDescriptionvoidPostAuthenticateHook.authenticated(AuthenticationResult authRes) -
Uses of AuthenticationResult in net.datenwerke.security.service.authenticator.hooks.adapter
Methods in net.datenwerke.security.service.authenticator.hooks.adapter with parameters of type AuthenticationResultModifier and TypeMethodDescriptionvoidPostAuthenticateHookAdapter.authenticated(AuthenticationResult authRes) -
Uses of AuthenticationResult in net.datenwerke.security.service.authenticator.test
Methods in net.datenwerke.security.service.authenticator.test that return AuthenticationResultModifier and TypeMethodDescriptionAuthenticatorTestServiceImpl.authenticate(String token, String idToken) AuthenticatorTestServiceImpl.authenticate(AuthToken[] tokens)