***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.connection
Class TrustedPeerCredential

com.sas.services.connection.TrustedPeerCredential
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public final class TrustedPeerCredential

A credential to use when requesting a trusted peer connection to a server. Trusted peer connections in IOM Bridge for Java require the security permissions com.sas.iom.orb.ORBPermission("brg.trustedPeer") and java.security.SecurityPermission("createAccessControlContext").

See Also:
Serialized Form

Constructor Summary
TrustedPeerCredential()
          Construct an instance of TrustedPeerCredential.
 
Method Summary
static TrustedPeerCredential getInstance()
          Get an instance of this class.
 java.lang.String toString()
           
 
Methods inherited from class com.sas.services.connection.Credential
clone, equals, getDomain, getLocale, hashCode, setDomain, setLocale
 

Constructor Detail

TrustedPeerCredential

public TrustedPeerCredential()
Construct an instance of TrustedPeerCredential.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getInstance

public static TrustedPeerCredential getInstance()
Get an instance of this class.

Returns:
an instance of this class.

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.