Package | Description |
---|---|
com.caucho.security |
Modifier and Type | Method and Description |
---|---|
static java.security.Principal |
SecurityContext.getUserPrincipal()
Returns the principal for this security context.
|
java.security.Principal |
SecurityContextProvider.getUserPrincipal()
Returns the Principal for the context.
|
static boolean |
SecurityContext.isTransportSecure()
Returns true if the context is secure (SSL).
|
boolean |
SecurityContextProvider.isTransportSecure()
Returns true if the transport context is secure (SSL).
|