|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Principal | |
java.security | JML Specifications for the corresponding types in the Java Developement Kit (JDK). |
javax.servlet.http |
Uses of Principal in java.security |
Fields in java.security declared as Principal | |
private Principal[] |
ProtectionDomain.principals
|
Methods in java.security that return Principal | |
Principal[] |
ProtectionDomain.getPrincipals()
|
Constructors in java.security with parameters of type Principal | |
ProtectionDomain(CodeSource,
PermissionCollection,
ClassLoader,
Principal[])
|
Uses of Principal in javax.servlet.http |
Methods in javax.servlet.http that return Principal | |
abstract Principal |
HttpServletRequest.getUserPrincipal()
|
Principal |
HttpServletRequestWrapper.getUserPrincipal()
|
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |