Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


oracle.axia.protocol.http
Interface SecurityContextMBean


public interface SecurityContextMBean

Method Summary
 String getAuthMethod()
          Gets the value of the authMethod property.
 String getContextUri()
          Gets the value of the contextUri property.
 String getCredentialKey()
          Gets the value of the credentialKey property.
 String getRealm()
          Gets the value of the realm property.
 String getUsername()
          Gets the value of the username property.
 void setAuthMethod(String value)
          Sets the value of the authMethod property.
 void setContextUri(String value)
          Sets the value of the contextUri property.
 void setCredentialKey(String value)
          Sets the value of the credentialKey property.
 void setRealm(String value)
          Sets the value of the realm property.
 void setUsername(String value)
          Sets the value of the username property.

 

Method Detail

getContextUri

String getContextUri()
Gets the value of the contextUri property.

setContextUri

void setContextUri(String value)
Sets the value of the contextUri property.

getAuthMethod

String getAuthMethod()
Gets the value of the authMethod property.

setAuthMethod

void setAuthMethod(String value)
Sets the value of the authMethod property.

getRealm

String getRealm()
Gets the value of the realm property.

setRealm

void setRealm(String value)
Sets the value of the realm property.

getUsername

String getUsername()
Gets the value of the username property.

setUsername

void setUsername(String value)
Sets the value of the username property.

getCredentialKey

String getCredentialKey()
Gets the value of the credentialKey property.

setCredentialKey

void setCredentialKey(String value)
Sets the value of the credentialKey property.

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.