Class LoginAuthorizationManager<T>
java.lang.Object
com.xebialabs.deployit.plumbing.authorization.LoginAuthorizationManager<T>
- All Implemented Interfaces:
org.springframework.security.authorization.AuthorizationManager<T>
public class LoginAuthorizationManager<T>
extends Object
implements org.springframework.security.authorization.AuthorizationManager<T>
-
Constructor Summary
ConstructorsConstructorDescriptionLoginAuthorizationManager(UserProfileService userProfileService, com.xebialabs.xlrelease.service.UserLastActiveActorService userLastActiveActorService) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.authorization.AuthorizationManager
verify
-
Constructor Details
-
LoginAuthorizationManager
public LoginAuthorizationManager(UserProfileService userProfileService, com.xebialabs.xlrelease.service.UserLastActiveActorService userLastActiveActorService)
-
-
Method Details