Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.http
Interface SecurityContextMBean

All Superinterfaces:
SecurityContextReadOnlyMBean
All Known Implementing Classes:
SecurityContext

public interface SecurityContextMBean
extends SecurityContextReadOnlyMBean

Method Summary
 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 interface oracle.axia.config.beans.protocol.http.SecurityContextReadOnlyMBean
getAuthMethod, getContextUri, getCredentialKey, getRealm, getUsername

 

Method Detail

setContextUri

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

setAuthMethod

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

setRealm

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

setUsername

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

setCredentialKey

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

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.