Uses of Interface
org.omg.SecurityLevel2.Credentials

Packages that use Credentials
org.jacorb.security.level2   
org.omg.SecurityLevel2   
org.omg.SecurityReplaceable   
 

Uses of Credentials in org.jacorb.security.level2
 

Classes in org.jacorb.security.level2 that implement Credentials
 class CredentialsImpl
          JacORB implementation of security Credentials $Id: CredentialsImpl.java,v 1.10 2003/12/19 12:24:13 nick.cross Exp $
 class ReceivedCredentialsImpl
          JacORB implementation of security Credentials
 

Methods in org.jacorb.security.level2 that return Credentials
 Credentials ReceivedCredentialsImpl.accepting_credentials()
           
 Credentials[] InvocationCredentialsPolicyImpl.creds()
           
 Credentials[] CurrentImpl.get_credentials(CredentialType cred_type)
           
 Credentials[] CurrentImpl.own_credentials()
           
 Credentials CredentialsImpl.copy()
           
 

Methods in org.jacorb.security.level2 with parameters of type Credentials
 AuthenticationStatus PrincipalAuthenticatorImpl.continue_authentication(byte[] response_data, Credentials creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
          not implemented
 AuthenticationStatus SunJssePrincipalAuthenticatorImpl.continue_authentication(byte[] response_data, Credentials creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
          not implemented
 void CurrentImpl.set_credentials(CredentialType cred_type, Credentials[] creds, DelegationMode del)
           
 void CurrentImpl.remove_own_credentials(Credentials credentials)
          This will remove the passed Credentials from the list of own_credentials.
 InvocationCredentialsPolicy CurrentImpl.create_invoc_creds_policy(Credentials[] creds)
           
 boolean AccessDecisionImpl.access_allowed(Credentials[] cred_list, Object target, java.lang.String operation_name, java.lang.String target_interface_name)
           
 

Constructors in org.jacorb.security.level2 with parameters of type Credentials
InvocationCredentialsPolicyImpl(Credentials[] creds)
           
 

Uses of Credentials in org.omg.SecurityLevel2
 

Subinterfaces of Credentials in org.omg.SecurityLevel2
 interface ReceivedCredentials
          Generated from IDL interface "ReceivedCredentials"
 

Fields in org.omg.SecurityLevel2 declared as Credentials
 Credentials[] CredentialsListHolder.value
           
 Credentials CredentialsHolder.value
           
 

Methods in org.omg.SecurityLevel2 that return Credentials
 Credentials ReceivedCredentialsOperations.accepting_credentials()
           
 Credentials[] InvocationCredentialsPolicyOperations.creds()
           
 Credentials[] CurrentOperations.get_credentials(CredentialType cred_type)
           
 Credentials[] CurrentOperations.own_credentials()
           
 Credentials CredentialsOperations.copy()
           
static Credentials[] CredentialsListHelper.extract(Any any)
           
static Credentials[] CredentialsListHelper.read(InputStream _in)
           
static Credentials CredentialsHelper.extract(Any any)
           
static Credentials CredentialsHelper.read(InputStream in)
           
static Credentials CredentialsHelper.narrow(java.lang.Object obj)
           
static Credentials CredentialsHelper.narrow(Object obj)
           
static Credentials CredentialsHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.SecurityLevel2 with parameters of type Credentials
 AuthenticationStatus PrincipalAuthenticatorOperations.continue_authentication(byte[] response_data, Credentials creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
           
 void CurrentOperations.set_credentials(CredentialType cred_type, Credentials[] creds, DelegationMode del)
           
 void CurrentOperations.remove_own_credentials(Credentials credentials)
           
 InvocationCredentialsPolicy CurrentOperations.create_invoc_creds_policy(Credentials[] creds)
           
static void CredentialsListHelper.insert(Any any, Credentials[] s)
           
static void CredentialsListHelper.write(OutputStream _out, Credentials[] _s)
           
static void CredentialsHelper.insert(Any any, Credentials s)
           
static void CredentialsHelper.write(OutputStream _out, Credentials s)
           
 void AuditChannelOperations.audit_write(AuditEventType event_type, Credentials[] creds, UtcT time, SelectorValue[] descriptors, byte[] event_specific_data)
           
 boolean AccessDecisionOperations.access_allowed(Credentials[] cred_list, Object target, java.lang.String operation_name, java.lang.String target_interface_name)
           
 

Constructors in org.omg.SecurityLevel2 with parameters of type Credentials
CredentialsListHolder(Credentials[] initial)
           
CredentialsHolder(Credentials initial)
           
 

Uses of Credentials in org.omg.SecurityReplaceable
 

Methods in org.omg.SecurityReplaceable that return Credentials
 Credentials ServerSecurityContextOperations.server_credentials()
           
 Credentials ClientSecurityContextOperations.client_credentials()
           
 

Methods in org.omg.SecurityReplaceable with parameters of type Credentials
 AuthenticationStatus VaultOperations.continue_credentials_acquisition(byte[] response_data, Credentials creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
           
 AssociationStatus VaultOperations.init_security_context(Credentials creds, java.lang.String target_security_name, Object target, DelegationMode delegation_mode, OptionsDirectionPair[] association_options, java.lang.String mechanism, byte[] mech_data, byte[] chan_binding, OpaqueBufferHolder security_token, ClientSecurityContextHolder security_context)
           
 AssociationStatus VaultOperations.accept_security_context(Credentials[] creds_list, byte[] chan_bindings, OpaqueBuffer in_token, OpaqueBufferHolder out_token, ServerSecurityContextHolder security_context)