|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jguard.core.authorization.domaincombiners.StackSubjectDomainCombiner
public class StackSubjectDomainCombiner
| Constructor Summary | |
|---|---|
StackSubjectDomainCombiner(javax.security.auth.Subject subj)
|
|
| Method Summary | |
|---|---|
java.security.ProtectionDomain[] |
combine(java.security.ProtectionDomain[] currentDomains,
java.security.ProtectionDomain[] assignedDomains)
creates a new array of ProtectionDomains
adds on the top of the currentDomains a new ProtectionDomain with null CodeSource,
a null classloader, empty permissions collection and the subject principals. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StackSubjectDomainCombiner(javax.security.auth.Subject subj)
| Method Detail |
|---|
public java.security.ProtectionDomain[] combine(java.security.ProtectionDomain[] currentDomains,
java.security.ProtectionDomain[] assignedDomains)
ProtectionDomains
adds on the top of the currentDomains a new ProtectionDomain with null CodeSource,
a null classloader, empty permissions collection and the subject principals.
combine in interface java.security.DomainCombinercurrentDomains - ProtectionDomain[]assignedDomains - ProtectionDomain[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||