|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.security.authentication.AbstractAuthenticationComponent
org.alfresco.repo.security.authentication.AbstractChainingAuthenticationComponent
org.alfresco.repo.security.authentication.subsystems.SubsystemChainingAuthenticationComponent
public class SubsystemChainingAuthenticationComponent
An authentication component that chains across beans in multiple child application contexts corresponding to
different 'subsystems' in a chain determined by a ChildApplicationContextManager
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.repo.security.authentication.AuthenticationComponent |
---|
AuthenticationComponent.UserNameValidationMode |
Constructor Summary | |
---|---|
SubsystemChainingAuthenticationComponent()
|
Method Summary | |
---|---|
protected java.util.Collection |
getUsableAuthenticationComponents()
Gets the authentication components across which methods will chain. |
void |
setApplicationContextManager(ChildApplicationContextManager applicationContextManager)
|
void |
setSourceBeanName(java.lang.String sourceBeanName)
Sets the name of the bean to look up in the child application contexts. |
Methods inherited from class org.alfresco.repo.security.authentication.AbstractChainingAuthenticationComponent |
---|
authenticateImpl, getDefaultAdministratorUserNames, getDefaultGuestUserNames, implementationAllowsGuestLogin, setCurrentUser, setCurrentUser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubsystemChainingAuthenticationComponent()
Method Detail |
---|
public void setApplicationContextManager(ChildApplicationContextManager applicationContextManager)
applicationContextManager
- the applicationContextManager to setpublic void setSourceBeanName(java.lang.String sourceBeanName)
sourceBeanName
- the bean nameprotected java.util.Collection getUsableAuthenticationComponents()
AbstractChainingAuthenticationComponent
getUsableAuthenticationComponents
in class AbstractChainingAuthenticationComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |