|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jguard.core.authorization.domaincombiners.RestrictDomainCombiner
public class RestrictDomainCombiner
only handle assigned protectionDomains, and avoid protectionDomains from the system.
| Constructor Summary | |
|---|---|
RestrictDomainCombiner()
|
|
| Method Summary | |
|---|---|
java.security.ProtectionDomain[] |
combine(java.security.ProtectionDomain[] currentDomains,
java.security.ProtectionDomain[] assignedDomains)
return only the assigned domains. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RestrictDomainCombiner()
| Method Detail |
|---|
public java.security.ProtectionDomain[] combine(java.security.ProtectionDomain[] currentDomains,
java.security.ProtectionDomain[] assignedDomains)
combine in interface java.security.DomainCombinerProtectionDomains - from the current execution Thread (since the last AccessController.doPrivileged
if this call has been made, or only the current otherwise)an - array of inherited ProtectionDomains
ProtectionDomain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||