public class AuthenticationType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected KeyBindingAuthenticationType |
keyBindingAuthentication |
protected NotBoundAuthenticationType |
notBoundAuthentication |
| Constructor and Description |
|---|
AuthenticationType() |
| Modifier and Type | Method and Description |
|---|---|
KeyBindingAuthenticationType |
getKeyBindingAuthentication()
Gets the value of the keyBindingAuthentication property.
|
NotBoundAuthenticationType |
getNotBoundAuthentication()
Gets the value of the notBoundAuthentication property.
|
void |
setKeyBindingAuthentication(KeyBindingAuthenticationType value)
Sets the value of the keyBindingAuthentication property.
|
void |
setNotBoundAuthentication(NotBoundAuthenticationType value)
Sets the value of the notBoundAuthentication property.
|
protected KeyBindingAuthenticationType keyBindingAuthentication
protected NotBoundAuthenticationType notBoundAuthentication
public KeyBindingAuthenticationType getKeyBindingAuthentication()
KeyBindingAuthenticationTypepublic void setKeyBindingAuthentication(KeyBindingAuthenticationType value)
value - allowed object is
KeyBindingAuthenticationTypepublic NotBoundAuthenticationType getNotBoundAuthentication()
NotBoundAuthenticationTypepublic void setNotBoundAuthentication(NotBoundAuthenticationType value)
value - allowed object is
NotBoundAuthenticationTypeApache CXF