|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CredentialHandler | |
|---|---|
| org.apache.jetspeed.security | Jetspeed security service interfaces. |
| org.apache.jetspeed.security.impl | Jetspeed security service implementation including Jetspeed JAAS providers. |
| org.apache.jetspeed.security.spi.impl | |
| org.apache.jetspeed.security.util.test | |
| Uses of CredentialHandler in org.apache.jetspeed.security |
|---|
| Subinterfaces of CredentialHandler in org.apache.jetspeed.security | |
|---|---|
interface |
AuthenticationProviderProxy
Proxy allowing to handle multiple authentication providers. |
| Methods in org.apache.jetspeed.security that return CredentialHandler | |
|---|---|
CredentialHandler |
AuthenticationProvider.getCredentialHandler()
Gets the CredentialHandler. |
| Methods in org.apache.jetspeed.security with parameters of type CredentialHandler | |
|---|---|
void |
AuthenticationProvider.setCredentialHandler(CredentialHandler credHandler)
Sets the CredentialHandler. |
| Uses of CredentialHandler in org.apache.jetspeed.security.impl |
|---|
| Classes in org.apache.jetspeed.security.impl that implement CredentialHandler | |
|---|---|
class |
AuthenticationProviderProxyImpl
|
| Methods in org.apache.jetspeed.security.impl that return CredentialHandler | |
|---|---|
CredentialHandler |
AuthenticationProviderImpl.getCredentialHandler()
|
| Methods in org.apache.jetspeed.security.impl with parameters of type CredentialHandler | |
|---|---|
void |
AuthenticationProviderImpl.setCredentialHandler(CredentialHandler credHandler)
|
| Constructors in org.apache.jetspeed.security.impl with parameters of type CredentialHandler | |
|---|---|
AuthenticationProviderImpl(java.lang.String providerName,
java.lang.String providerDescription,
CredentialHandler credHandler,
UserSecurityHandler userSecurityHandler)
Constructor to configure authenticatino user security and credential handlers. |
|
AuthenticationProviderImpl(java.lang.String providerName,
java.lang.String providerDescription,
java.lang.String loginConfig,
CredentialHandler credHandler,
UserSecurityHandler userSecurityHandler)
Constructor configuring the security service with the correct java.security.auth.login.config. |
|
| Uses of CredentialHandler in org.apache.jetspeed.security.spi.impl |
|---|
| Classes in org.apache.jetspeed.security.spi.impl that implement CredentialHandler | |
|---|---|
class |
DefaultCredentialHandler
|
class |
LdapCredentialHandler
|
| Uses of CredentialHandler in org.apache.jetspeed.security.util.test |
|---|
| Fields in org.apache.jetspeed.security.util.test declared as CredentialHandler | |
|---|---|
protected CredentialHandler |
AbstractSecurityTestcase.ch
SPI Default Credential Handler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||