public static final class AbstractHTTPDestination.PrincipalAuthorizationPolicy extends AuthorizationPolicy
authorization, authorizationType, password, userName
Constructor and Description |
---|
AbstractHTTPDestination.PrincipalAuthorizationPolicy(SecurityContext sc) |
Modifier and Type | Method and Description |
---|---|
Principal |
getPrincipal() |
String |
getUserName()
Gets the value of the userName property.
|
getAuthorization, getAuthorizationType, getPassword, isSetAuthorization, isSetAuthorizationType, isSetPassword, isSetUserName, setAuthorization, setAuthorizationType, setPassword, setUserName
public AbstractHTTPDestination.PrincipalAuthorizationPolicy(SecurityContext sc)
public Principal getPrincipal()
public String getUserName()
AuthorizationPolicy
User Name for server BASIC authentication login (some servers require users to authenticate with the server -- see also Password, AuthorizationType, and Authorization)
getUserName
in class AuthorizationPolicy
String
Apache CXF