|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.axia.config.beans.protocol.http.SecurityContext
public class SecurityContext
Java class for SecurityContext complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityContext">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="contextUri" type="{http://www.w3.org/2001/XMLSchema}string" default="/" />
<attribute name="authMethod" default="NONE">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NONE"/>
<enumeration value="BASIC"/>
</restriction>
</simpleType>
</attribute>
<attribute name="realm" type="{http://www.w3.org/2001/XMLSchema}string" default="My Realm" />
<attribute name="username" type="{http://www.w3.org/2001/XMLSchema}string" default="user" />
<attribute name="credentialKey" type="{http://www.w3.org/2001/XMLSchema}string" default="key_user" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
authMethod |
protected java.lang.String |
contextUri |
protected java.lang.String |
credentialKey |
protected java.lang.String |
realm |
protected java.lang.String |
username |
| Constructor Summary | |
|---|---|
SecurityContext()Default Constructor |
|
SecurityContext(java.lang.String contextUri, java.lang.String authMethod, java.lang.String realm, java.lang.String username, java.lang.String credentialKey) |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String contextUri
protected java.lang.String authMethod
protected java.lang.String realm
protected java.lang.String username
protected java.lang.String credentialKey
| Constructor Detail |
|---|
public SecurityContext()
public SecurityContext(java.lang.String contextUri,
java.lang.String authMethod,
java.lang.String realm,
java.lang.String username,
java.lang.String credentialKey)
| Method Detail |
|---|
public java.lang.String getContextUri()
getContextUri in interface SecurityContextReadOnlyMBeanStringpublic void setContextUri(java.lang.String value)
setContextUri in interface SecurityContextMBeanvalue - allowed object is Stringpublic java.lang.String getAuthMethod()
getAuthMethod in interface SecurityContextReadOnlyMBeanStringpublic void setAuthMethod(java.lang.String value)
setAuthMethod in interface SecurityContextMBeanvalue - allowed object is Stringpublic java.lang.String getRealm()
getRealm in interface SecurityContextReadOnlyMBeanStringpublic void setRealm(java.lang.String value)
setRealm in interface SecurityContextMBeanvalue - allowed object is Stringpublic java.lang.String getUsername()
getUsername in interface SecurityContextReadOnlyMBeanStringpublic void setUsername(java.lang.String value)
setUsername in interface SecurityContextMBeanvalue - allowed object is Stringpublic java.lang.String getCredentialKey()
getCredentialKey in interface SecurityContextReadOnlyMBeanStringpublic void setCredentialKey(java.lang.String value)
setCredentialKey in interface SecurityContextMBeanvalue - allowed object is String
|
Oracle Communications Service Broker Platform MBean Java API Reference 6.0 E26173-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||