public interface SecurityContextMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthMethod()
Gets the value of the authMethod property.
|
java.lang.String |
getContextUri()
Gets the value of the contextUri property.
|
java.lang.String |
getCredentialKey()
Gets the value of the credentialKey property.
|
java.lang.String |
getRealm()
Gets the value of the realm property.
|
java.lang.String |
getUsername()
Gets the value of the username property.
|
void |
setAuthMethod(java.lang.String value)
Sets the value of the authMethod property.
|
void |
setContextUri(java.lang.String value)
Sets the value of the contextUri property.
|
void |
setCredentialKey(java.lang.String value)
Sets the value of the credentialKey property.
|
void |
setRealm(java.lang.String value)
Sets the value of the realm property.
|
void |
setUsername(java.lang.String value)
Sets the value of the username property.
|
java.lang.String getContextUri()
void setContextUri(java.lang.String value)
java.lang.String getAuthMethod()
void setAuthMethod(java.lang.String value)
java.lang.String getRealm()
void setRealm(java.lang.String value)
java.lang.String getUsername()
void setUsername(java.lang.String value)
java.lang.String getCredentialKey()
void setCredentialKey(java.lang.String value)