org.openorb.orb.security
Interface SecureAssociation
- All Known Implementing Classes:
- SSLAssociation
- public interface SecureAssociation
Basic secure association. This is implemented by all secure transports.
- Author:
- Chris Wood
|
Method Summary |
int |
getAssociationOptions()
Get the Security::AssociationOptions associated with the connection. |
java.lang.String |
getSecMech()
Get the security mechanism name. |
getSecMech
public java.lang.String getSecMech()
- Get the security mechanism name.
- Returns:
- The name for the security mechanism.
getAssociationOptions
public int getAssociationOptions()
- Get the Security::AssociationOptions associated with the connection.
This is a bitmask.
- Returns:
- The bitmask with the association options.