|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.security.impl.AuthenticationProviderImpl
public class AuthenticationProviderImpl
AuthenticationProvider
Constructor Summary | |
---|---|
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 . |
Method Summary | |
---|---|
CredentialHandler |
getCredentialHandler()
Gets the CredentialHandler . |
java.lang.String |
getProviderDescription()
Gets the authentication provider description. |
java.lang.String |
getProviderName()
Gets the authentication provider name. |
UserSecurityHandler |
getUserSecurityHandler()
Gets the UserSecurityHandler . |
void |
setCredentialHandler(CredentialHandler credHandler)
Sets the CredentialHandler . |
void |
setProviderDescription(java.lang.String providerDescription)
|
void |
setProviderName(java.lang.String providerName)
|
void |
setUserSecurityHandler(UserSecurityHandler userSecurityHandler)
Sets the UserSecurityHandler . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticationProviderImpl(java.lang.String providerName, java.lang.String providerDescription, CredentialHandler credHandler, UserSecurityHandler userSecurityHandler)
Constructor to configure authenticatino user security and credential handlers.
providerName
- The provider name.providerDescription
- The provider description.credHandler
- The credential handler.userSecurityHandler
- The user security handler.public 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
.
providerName
- The provider name.providerDescription
- The provider description.loginConfig
- The login module config.credHandler
- The credential handler.userSecurityHandler
- The user security handler.Method Detail |
---|
public java.lang.String getProviderDescription()
AuthenticationProvider
Gets the authentication provider description.
getProviderDescription
in interface AuthenticationProvider
public void setProviderDescription(java.lang.String providerDescription)
providerDescription
- The providerDescription to set.public java.lang.String getProviderName()
AuthenticationProvider
Gets the authentication provider name.
getProviderName
in interface AuthenticationProvider
public void setProviderName(java.lang.String providerName)
providerName
- The providerName to set.public CredentialHandler getCredentialHandler()
AuthenticationProvider
Gets the CredentialHandler
.
getCredentialHandler
in interface AuthenticationProvider
CredentialHandler
.AuthenticationProvider.getCredentialHandler()
public UserSecurityHandler getUserSecurityHandler()
AuthenticationProvider
Gets the UserSecurityHandler
.
getUserSecurityHandler
in interface AuthenticationProvider
UserSecurityHandler
.AuthenticationProvider.getUserSecurityHandler()
public void setCredentialHandler(CredentialHandler credHandler)
AuthenticationProvider
Sets the CredentialHandler
.
setCredentialHandler
in interface AuthenticationProvider
credHandler
- The CredentialHandler
.AuthenticationProvider.setCredentialHandler(CredentialHandler)
public void setUserSecurityHandler(UserSecurityHandler userSecurityHandler)
AuthenticationProvider
Sets the UserSecurityHandler
.
setUserSecurityHandler
in interface AuthenticationProvider
userSecurityHandler
- The UserSecurityHandler
.AuthenticationProvider.setUserSecurityHandler(UserSecurityHandler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |