|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Credential | |
|---|---|
| org.mortbay.jetty.plus.jaas.spi | |
| org.mortbay.jetty.security | |
| Uses of Credential in org.mortbay.jetty.plus.jaas.spi |
|---|
| Methods in org.mortbay.jetty.plus.jaas.spi that return Credential | |
|---|---|
protected Credential |
UserInfo.getCredential()
|
| Constructors in org.mortbay.jetty.plus.jaas.spi with parameters of type Credential | |
|---|---|
UserInfo(String userName,
Credential credential,
List roleNames)
|
|
| Uses of Credential in org.mortbay.jetty.security |
|---|
| Subclasses of Credential in org.mortbay.jetty.security | |
|---|---|
static class |
Credential.Crypt
Unix Crypt Credentials |
static class |
Credential.MD5
MD5 Credentials |
class |
Password
Password utility class. |
| Methods in org.mortbay.jetty.security that return Credential | |
|---|---|
static Credential |
Credential.getCredential(String credential)
Get a credential from a String. |
Credential |
HashUserRealm.getSingleSignOn(Request request,
Response response)
|
Credential |
SSORealm.getSingleSignOn(Request request,
Response response)
Get SSO credentials. |
Credential |
HashSSORealm.getSingleSignOn(Request request,
Response response)
|
| Methods in org.mortbay.jetty.security with parameters of type Credential | |
|---|---|
void |
HashUserRealm.setSingleSignOn(Request request,
Response response,
Principal principal,
Credential credential)
|
void |
SSORealm.setSingleSignOn(Request request,
Response response,
Principal principal,
Credential credential)
Set SSO principal and credential. |
void |
HashSSORealm.setSingleSignOn(Request request,
Response response,
Principal principal,
Credential credential)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||