Class VirtualUserAuthorizationDelegator
java.lang.Object
systems.dennis.auth.delegations.virtual.VirtualUserAuthorizationDelegator
- All Implemented Interfaces:
AuthorizationDelegator
-
Field Summary
FieldsFields inherited from interface systems.dennis.auth.config.AuthorizationDelegator
AUTH_SCOPE_HEADER, AUTH_TYPE_HEADER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorize(jakarta.servlet.http.HttpServletRequest request, LoginPassword password, systems.dennis.shared.config.WebContext.LocalWebContext context) booleanblockUser(boolean block, Long userDataId, systems.dennis.shared.config.WebContext.LocalWebContext context) booleanchangePassword(jakarta.servlet.http.HttpServletRequest req, systems.dennis.shared.config.WebContext.LocalWebContext context, ChangePasswordForm loginPassword, systems.dennis.shared.scopes.model.ScopeModel scope) forgetPassword(jakarta.servlet.http.HttpServletRequest req, systems.dennis.shared.config.WebContext.LocalWebContext context, String login) booleanlogout(String token, systems.dennis.shared.config.WebContext.LocalWebContext context, systems.dennis.shared.scopes.model.ScopeModel scope) booleanregister(RegistrationForm form, systems.dennis.shared.config.WebContext.LocalWebContext context, systems.dennis.shared.scopes.model.ScopeModel scope, Long invitationId) booleanshouldAuthorize(jakarta.servlet.http.HttpServletRequest request, systems.dennis.shared.config.WebContext.LocalWebContext context) voidvalidate(UserTokenDTO dto, systems.dennis.shared.config.WebContext.LocalWebContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface systems.dennis.auth.config.AuthorizationDelegator
requestAuthorization, requestRegistration
-
Field Details
-
AUTH_TYPE_VIRTUAL
- See Also:
-
-
Constructor Details
-
VirtualUserAuthorizationDelegator
public VirtualUserAuthorizationDelegator()
-
-
Method Details