|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.security.csiv2.CSIv2PerformPolicy
public final class CSIv2PerformPolicy
CSIv2EffectivePolicy is used to hold an effective CSIv2 policy based on coalescing between configuration data and target's tag component data.
Constructor Summary | |
---|---|
CSIv2PerformPolicy(com.ibm.ISecurityLocalObjectCSIv2UtilityImpl.CSIv2EffectivePerformPolicy policy)
|
|
CSIv2PerformPolicy(com.ibm.ws.security.csiv2.zOSCSIv2PerformPolicy policy)
|
Method Summary | |
---|---|
java.lang.String |
getCurrentSecurityName()
This method returns the current name from the configuration of this specific process. |
java.lang.String |
getPerformClientAuthMechOID()
This method returns the coalesced client authentication mechanism OID. |
java.lang.String[] |
getPerformIDANamingMechList()
This method returns a coalesced naming mechanism list to support identity assertion. |
int |
getPerformIdentityTokenType()
This method returns Identity Token Type (in bit-map form, see spec.) for identity assertion. |
java.lang.String |
getServiceCfgList()
This method returns the service configuration list from the tag. |
java.lang.String |
getTargetHostName()
This method returns the target hostname from the tagged component |
java.lang.String |
getTargetSecurityName()
This method returns the target name from the tagged component |
int |
getTargetSSLPort()
This method returns the target SSL port from the tagged component |
int |
getTargetTCPPort()
This method returns the target TCP port from the profile |
boolean |
isStateful()
This method tells if the association is stateful. |
boolean |
performAuthorizationToken()
This method tells if the Authorization token can be sent. |
boolean |
performClientAuthentication()
This methods tells if client authentication at message layer is required. |
boolean |
performIdentityAssertion()
This method tells if Identity Assertion is required at attribute layer. |
boolean |
performSSL()
This method tells whether SSL/TLS security mechanism should be used at transport layer. |
boolean |
performSSLClientAuth()
This method tells whether client authentication at transport layer should be performed. |
boolean |
performSSLConfidentiality()
This method tells whether message confidentiality at transport layer should be performed. |
boolean |
performSSLIntegrity()
This method tells whether message integrity at transport layer should be performed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSIv2PerformPolicy(com.ibm.ISecurityLocalObjectCSIv2UtilityImpl.CSIv2EffectivePerformPolicy policy)
public CSIv2PerformPolicy(com.ibm.ws.security.csiv2.zOSCSIv2PerformPolicy policy)
Method Detail |
---|
public boolean performIdentityAssertion()
public boolean performAuthorizationToken()
public java.lang.String getServiceCfgList()
public boolean performClientAuthentication()
public boolean performSSL()
public boolean performSSLConfidentiality()
public boolean performSSLIntegrity()
public boolean performSSLClientAuth()
public boolean isStateful()
public java.lang.String[] getPerformIDANamingMechList()
public int getPerformIdentityTokenType()
public java.lang.String getPerformClientAuthMechOID()
public java.lang.String getTargetSecurityName()
public java.lang.String getCurrentSecurityName()
public java.lang.String getTargetHostName()
public int getTargetTCPPort()
public int getTargetSSLPort()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |