Package com.xebialabs.deployit.security
Class SecurityTemplate
java.lang.Object
com.xebialabs.deployit.security.SecurityTemplate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrestoreAuthentication(org.springframework.security.core.Authentication origAuthentication) static org.springframework.security.core.AuthenticationsetAuthentication(org.springframework.security.core.Authentication authentication) static org.springframework.security.core.AuthenticationsetCredentials(String username, String password)
-
Constructor Details
-
SecurityTemplate
public SecurityTemplate()
-
-
Method Details
-
setCredentials
-
setAuthentication
public static org.springframework.security.core.Authentication setAuthentication(org.springframework.security.core.Authentication authentication) -
restoreAuthentication
public static void restoreAuthentication(org.springframework.security.core.Authentication origAuthentication)
-