|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.AbstractConfigBean
org.torweg.pulse.accesscontrol.authentication.AuthenticationConfig
public class AuthenticationConfig
The configuration of the Authentication.
| Constructor Summary | |
|---|---|
AuthenticationConfig()
|
|
| Method Summary | |
|---|---|
protected java.util.Map<java.lang.Integer,java.lang.String> |
getErrorCodes()
Returns the error-codes provided by the Authentication. |
protected java.util.Set<java.lang.String> |
getLoginModes()
Returns the login-modes provided by the Authentication. |
protected java.util.Map<java.lang.String,java.lang.String> |
getParameterMappings()
Returns the name-mappings for the httpParameters provided by the Authentication. |
java.util.Collection<java.lang.Class<ISingleSignOnTask>> |
getSingleSignOnTasks()
returns an unmodifiable collection of all ISingleSignOnTasks
configured. |
void |
init(org.jdom.Element conf)
Initializes the configuration of the Authentication. |
boolean |
isRedirectToHompageAction(java.lang.String actionName)
checks if the passed action-name is a redirect-to-homepage-action. |
protected boolean |
isSingleSignOn()
indicates whether single-sign-on is activated. |
| Methods inherited from class org.torweg.pulse.configuration.AbstractConfigBean |
|---|
buildClass, buildInstance, lastModified, setLastModified |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationConfig()
| Method Detail |
|---|
public final boolean isRedirectToHompageAction(java.lang.String actionName)
actionName - the name to check
public final void init(org.jdom.Element conf)
Authentication.
conf - The JDOM-Element containing the configuration of
the Authentication.ConfigBean.init(org.jdom.Element)protected final java.util.Map<java.lang.String,java.lang.String> getParameterMappings()
Authentication.
Authenticationprotected final java.util.Set<java.lang.String> getLoginModes()
Authentication.
Authenticationprotected final java.util.Map<java.lang.Integer,java.lang.String> getErrorCodes()
Authentication.
Authenticationprotected final boolean isSingleSignOn()
true, if the authentication is configured for
single-sign-on. Otherwise false.public final java.util.Collection<java.lang.Class<ISingleSignOnTask>> getSingleSignOnTasks()
ISingleSignOnTasks
configured.
ISingleSignOnTasks
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||