Target name |
Gives permission to |
---|
doAs |
Invoke Subject.doAs( ) methods. |
doAsPrivileged |
Invoke Subject.doAsPriviliged( ) methods. |
getSubject |
Invoke Subject.getSubject( ). |
getSubjectFromDomainCombiner |
Invoke SubjectDomainCombiner.getSubject( ). |
setReadOnly |
Invoke Subject.setReadOnly( ). |
modifyPrincipals |
Modify the Set of principals associated with a
Subject. |
modifyPublicCredentials |
Modify the Set of public credentials associated
with a Subject. |
modifyPrivateCredentials |
Modify the Set of private credentials associated
with a Subject. |
refreshCredential |
Invoke the refresh( ) method of a
Refreshable credential class. |
destroyCredential |
Invoke the destroy( ) method of a
Destroyable credential class. |
createLoginContext.name |
Instantiate a LoginContext with the specified
name. If name
is * , it allows a LoginContext of any name to be
created. |
getLoginConfiguration |
Invoke the getConfiguration( ) method of
javax.security.auth.login.Configuration. |
setLoginConfiguration |
Invoke the setConfiguration( ) method of
javax.security.auth.login.Configuration. |
refreshLoginConfiguration |
Invoke the refresh( ) method of
javax.security.auth.login.Configuration. |