com.beasys.Tobj
Class OrbSecurityCurrentImpl

java.lang.Object
  |
  +--com.beasys.Tobj.GeneralCurrentImpl
        |
        +--com.beasys.Tobj.SecurityLevel1CurrentImpl
              |
              +--com.beasys.Tobj.SecurityLevel2CurrentImpl
                    |
                    +--com.beasys.Tobj.OrbSecurityCurrentImpl

public class OrbSecurityCurrentImpl
extends SecurityLevel2CurrentImpl

See Also:
Serialized Form

Constructor Summary
OrbSecurityCurrentImpl(org.omg.CORBA.ORB orb, boolean isServer)
           
 
Method Summary
 SecAttribute[] get_attributes(AttributeType[] attributes)
           
 Credentials get_credentials(CredentialType cred_type)
           
 void invalidate()
           
 PrincipalAuthenticator principal_authenticator()
           
 void set_credentials(CredentialType cred_type, Credentials cred)
           
 java.lang.String toString()
           
 boolean valid()
           
 
Methods inherited from class com.beasys.Tobj.SecurityLevel1CurrentImpl
_set_attributes, get_attributes
 
Methods inherited from class com.beasys.Tobj.GeneralCurrentImpl
_clone, _create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _ids, _is_a, _is_bound, _is_equivalent, _is_local, _is_persistent, _is_remote, _non_existent, _object_name, _orb, _principal, _principal, _release, _repository_id, _request, _set_policy_override
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrbSecurityCurrentImpl

public OrbSecurityCurrentImpl(org.omg.CORBA.ORB orb,
                              boolean isServer)
Method Detail

valid

public boolean valid()

invalidate

public void invalidate()

get_attributes

public SecAttribute[] get_attributes(AttributeType[] attributes)
Overrides:
get_attributes in class SecurityLevel1CurrentImpl

set_credentials

public void set_credentials(CredentialType cred_type,
                            Credentials cred)
Overrides:
set_credentials in class SecurityLevel2CurrentImpl

get_credentials

public Credentials get_credentials(CredentialType cred_type)
Overrides:
get_credentials in class SecurityLevel2CurrentImpl

principal_authenticator

public PrincipalAuthenticator principal_authenticator()
Overrides:
principal_authenticator in class SecurityLevel2CurrentImpl

toString

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