public final class CSIv2PerformPolicy
extends java.lang.Object
Constructor and Description |
---|
CSIv2PerformPolicy(com.ibm.ISecurityLocalObjectCSIv2UtilityImpl.CSIv2EffectivePerformPolicy policy) |
CSIv2PerformPolicy(com.ibm.ws.security.csiv2.zOSCSIv2PerformPolicy policy) |
Modifier and Type | Method and Description |
---|---|
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.
|
public CSIv2PerformPolicy(com.ibm.ISecurityLocalObjectCSIv2UtilityImpl.CSIv2EffectivePerformPolicy policy)
public CSIv2PerformPolicy(com.ibm.ws.security.csiv2.zOSCSIv2PerformPolicy policy)
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()