org.omg.SecurityLevel2
Interface CurrentOperations
- All Superinterfaces:
- CurrentOperations, CurrentOperations
- All Known Subinterfaces:
- Current
- All Known Implementing Classes:
- CurrentImpl
- public interface CurrentOperations
- extends CurrentOperations
Generated from IDL interface "Current"
- Author:
- JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004
received_credentials
public ReceivedCredentials received_credentials()
set_credentials
public void set_credentials(CredentialType cred_type,
Credentials[] creds,
DelegationMode del)
get_credentials
public Credentials[] get_credentials(CredentialType cred_type)
get_policy
public Policy get_policy(int policy_type)
remove_own_credentials
public void remove_own_credentials(Credentials credentials)
supported_mechanisms
public MechandOptions[] supported_mechanisms()
own_credentials
public Credentials[] own_credentials()
required_rights_object
public RequiredRights required_rights_object()
principal_authenticator
public PrincipalAuthenticator principal_authenticator()
access_decision
public AccessDecision access_decision()
audit_decision
public AuditDecision audit_decision()
get_security_mechanisms
public SecurityMechanismData[] get_security_mechanisms(Object obj_ref)
create_qop_policy
public QOPPolicy create_qop_policy(QOP qop)
create_mechanism_policy
public MechanismPolicy create_mechanism_policy(java.lang.String[] mechanisms)
create_invoc_creds_policy
public InvocationCredentialsPolicy create_invoc_creds_policy(Credentials[] creds)