Uses of Class
org.omg.Security.SecAttribute

Packages that use SecAttribute
org.jacorb.security.level2   
org.omg.Security   
org.omg.SecurityAdmin   
org.omg.SecurityLevel1   
org.omg.SecurityLevel2   
org.omg.SecurityReplaceable   
 

Uses of SecAttribute in org.jacorb.security.level2
 

Methods in org.jacorb.security.level2 that return SecAttribute
 SecAttribute[] CredentialsImpl.get_attributes(AttributeType[] types)
          can be used in access control decisions or auditing
 SecAttribute[] CurrentImpl.get_attributes(AttributeType[] types)
          thread specific, from SecurityLevel1
 SecAttribute SecAttributeManager.createAttribute(java.lang.Object attrib_value, AttributeType attribute_type)
           
 

Methods in org.jacorb.security.level2 with parameters of type SecAttribute
 AuthenticationStatus PrincipalAuthenticatorImpl.authenticate(int method, java.lang.String mechanism, java.lang.String security_name, byte[] auth_data, SecAttribute[] privileges, CredentialsHolder creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
           
 boolean CredentialsImpl.set_privileges(boolean force_commit, SecAttribute[] requested_privileges, AttributeListHolder actual_privileges)
          force_commit is ignored.
 AuthenticationStatus SunJssePrincipalAuthenticatorImpl.authenticate(int method, java.lang.String mechanism, java.lang.String security_name, byte[] auth_data, SecAttribute[] privileges, CredentialsHolder creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
           
 KeyAndCert SecAttributeManager.getAttributeCertValue(SecAttribute attribute)
           
 java.lang.Object SecAttributeManager.getAttributeValue(SecAttribute attribute)
           
 void SecAttributeManager.removeAttribute(SecAttribute attribute)
           
 

Constructors in org.jacorb.security.level2 with parameters of type SecAttribute
CredentialsImpl(SecAttribute[] attributes, AuthenticationStatus status, InvocationCredentialsType type)
           
ReceivedCredentialsImpl(SecAttribute[] attributes, AuthenticationStatus authStatus)
           
ReceivedCredentialsImpl(SecAttribute[] attributes)
           
 

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 SecAttributeHelper.extract(Any any)
           
static SecAttribute SecAttributeHelper.read(InputStream in)
           
static SecAttribute[] AttributeListHelper.extract(Any any)
           
static SecAttribute[] AttributeListHelper.read(InputStream _in)
           
 

Methods in org.omg.Security with parameters of type SecAttribute
static void SecAttributeHelper.insert(Any any, SecAttribute s)
           
static void SecAttributeHelper.write(OutputStream out, SecAttribute s)
           
static void AttributeListHelper.insert(Any any, SecAttribute[] s)
           
static void AttributeListHelper.write(OutputStream _out, SecAttribute[] _s)
           
 

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

Uses of SecAttribute in org.omg.SecurityAdmin
 

Methods in org.omg.SecurityAdmin with parameters of type SecAttribute
 void DomainAccessPolicyOperations.grant_rights(SecAttribute priv_attr, DelegationState del_state, Right[] rights)
           
 void DomainAccessPolicyOperations.revoke_rights(SecAttribute priv_attr, DelegationState del_state, Right[] rights)
           
 void DomainAccessPolicyOperations.replace_rights(SecAttribute priv_attr, DelegationState del_state, Right[] rights)
           
 Right[] DomainAccessPolicyOperations.get_rights(SecAttribute priv_attr, DelegationState del_state, ExtensibleFamily rights_family)
           
 Right[] DomainAccessPolicyOperations.get_all_rights(SecAttribute priv_attr, DelegationState del_state)
           
 Right[] AccessPolicyOperations.get_effective_rights(SecAttribute[] attrib_list, ExtensibleFamily rights_family)
           
 Right[] AccessPolicyOperations.get_all_effective_rights(SecAttribute[] attrib_list)
           
 

Uses of SecAttribute in org.omg.SecurityLevel1
 

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

Uses of SecAttribute in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 that return SecAttribute
 SecAttribute[] CredentialsOperations.get_attributes(AttributeType[] attributes)
           
 

Methods in org.omg.SecurityLevel2 with parameters of type SecAttribute
 AuthenticationStatus PrincipalAuthenticatorOperations.authenticate(int method, java.lang.String mechanism, java.lang.String security_name, byte[] auth_data, SecAttribute[] privileges, CredentialsHolder creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
           
 boolean CredentialsOperations.set_privileges(boolean force_commit, SecAttribute[] requested_privileges, AttributeListHolder actual_privileges)
           
 

Uses of SecAttribute in org.omg.SecurityReplaceable
 

Methods in org.omg.SecurityReplaceable with parameters of type SecAttribute
 AuthenticationStatus VaultOperations.acquire_credentials(int method, java.lang.String mechanism, java.lang.String security_name, byte[] auth_data, SecAttribute[] privileges, CredentialsHolder creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)