|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.ProtectionDomain
public class ProtectionDomain
Constructor Summary | |
---|---|
ProtectionDomain(CodeSource var0,
PermissionCollection var1)
|
Method Summary | |
---|---|
CodeSource |
getCodeSource()
|
PermissionCollection |
getPermissions()
|
boolean |
implies(Permission var0)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProtectionDomain(CodeSource var0, PermissionCollection var1)
Method Detail |
---|
public final CodeSource getCodeSource()
public final PermissionCollection getPermissions()
public boolean implies(Permission var0)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |