public interface SecurityManagerOperations
Modifier and Type | Method and Description |
---|---|
AccessDecision |
access_decision() |
AuditDecision |
audit_decision() |
Policy |
get_security_policy(int policy_type) |
TargetCredentials |
get_target_credentials(Object obj_ref) |
Credentials[] |
own_credentials() |
PrincipalAuthenticator |
principal_authenticator() |
void |
remove_own_credentials(Credentials creds) |
RequiredRights |
required_rights_object() |
MechandOptions[] |
supported_mechanisms() |
MechandOptions[] supported_mechanisms()
Credentials[] own_credentials()
RequiredRights required_rights_object()
PrincipalAuthenticator principal_authenticator()
AccessDecision access_decision()
AuditDecision audit_decision()
TargetCredentials get_target_credentials(Object obj_ref)
void remove_own_credentials(Credentials creds)
Policy get_security_policy(int policy_type)
Copyright © 2013. All Rights Reserved.