Package | Description |
---|---|
org.openqa.jetty.http | |
org.openqa.jetty.util |
Modifier and Type | Method and Description |
---|---|
Credential |
HashUserRealm.getSingleSignOn(HttpRequest request,
HttpResponse response) |
Credential |
SSORealm.getSingleSignOn(HttpRequest request,
HttpResponse response)
Get SSO credentials.
|
Credential |
HashSSORealm.getSingleSignOn(HttpRequest request,
HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
HashUserRealm.setSingleSignOn(HttpRequest request,
HttpResponse response,
Principal principal,
Credential credential) |
void |
SSORealm.setSingleSignOn(HttpRequest request,
HttpResponse response,
Principal principal,
Credential credential)
Set SSO principal and credential.
|
void |
HashSSORealm.setSingleSignOn(HttpRequest request,
HttpResponse response,
Principal principal,
Credential credential) |
Modifier and Type | Class and Description |
---|---|
static class |
Credential.Crypt
Unix Crypt Credentials
|
static class |
Credential.MD5
MD5 Credentials
|
class |
Password
Password utility class.
|
Modifier and Type | Method and Description |
---|---|
static Credential |
Credential.getCredential(String credential)
Get a credential from a String.
|
Copyright © 2013. All Rights Reserved.