Uses of Class
org.omg.Security.SecAttribute

Packages that use SecAttribute
org.omg.Security   
org.omg.SecurityLevel1   
org.omg.SecurityLevel2   
 

Uses of SecAttribute in org.omg.Security
 

Fields in org.omg.Security declared as SecAttribute
 SecAttribute[] AttributeListHolder.value
           
 SecAttribute SecAttributeHolder.value
           
 

Methods in org.omg.Security that return SecAttribute
static SecAttribute[] AttributeListHelper.extract(Any a)
           
static SecAttribute SecAttributeHelper.extract(Any a)
           
static SecAttribute[] AttributeListHelper.read(InputStream istream)
           
static SecAttribute SecAttributeHelper.read(InputStream istream)
           
 

Methods in org.omg.Security with parameters of type SecAttribute
static void SecAttributeHelper.insert(Any a, SecAttribute that)
           
static void AttributeListHelper.insert(Any a, SecAttribute[] that)
           
static void SecAttributeHelper.write(OutputStream ostream, SecAttribute value)
           
static void AttributeListHelper.write(OutputStream ostream, SecAttribute[] value)
           
 

Constructors in org.omg.Security with parameters of type SecAttribute
AttributeListHolder(SecAttribute[] initialValue)
           
SecAttributeHolder(SecAttribute initialValue)
           
 

Uses of SecAttribute in org.omg.SecurityLevel1
 

Methods in org.omg.SecurityLevel1 that return SecAttribute
 SecAttribute[] CurrentOperations.get_attributes(AttributeType[] ttributes)
           
 SecAttribute[] _CurrentStub.get_attributes(AttributeType[] ttributes)
           
 

Uses of SecAttribute in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 that return SecAttribute
 SecAttribute[] _TargetCredentialsStub.get_attributes(AttributeType[] attributes)
           
 SecAttribute[] CredentialsOperations.get_attributes(AttributeType[] attributes)
           
 SecAttribute[] _CredentialsStub.get_attributes(AttributeType[] attributes)
           
 SecAttribute[] _CurrentStub.get_attributes(AttributeType[] ttributes)
           
 SecAttribute[] _ReceivedCredentialsStub.get_attributes(AttributeType[] attributes)
           
 

Methods in org.omg.SecurityLevel2 with parameters of type SecAttribute
 AuthenticationStatus PrincipalAuthenticatorOperations.authenticate(int method, String mechanism, String security_name, Any auth_data, SecAttribute[] privileges, CredentialsHolder creds, AnyHolder continuation_data, AnyHolder auth_specific_data)
           
 AuthenticationStatus _PrincipalAuthenticatorStub.authenticate(int method, String mechanism, String security_name, Any auth_data, SecAttribute[] privileges, CredentialsHolder creds, AnyHolder continuation_data, AnyHolder auth_specific_data)
           
 boolean _TargetCredentialsStub.set_attributes(SecAttribute[] requested_attributes, AttributeListHolder actual_attributes)
           
 boolean CredentialsOperations.set_attributes(SecAttribute[] requested_attributes, AttributeListHolder actual_attributes)
           
 boolean _CredentialsStub.set_attributes(SecAttribute[] requested_attributes, AttributeListHolder actual_attributes)
           
 boolean _ReceivedCredentialsStub.set_attributes(SecAttribute[] requested_attributes, AttributeListHolder actual_attributes)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.