|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.security.authentication.AbstractAuthenticationService
org.alfresco.repo.security.authentication.AbstractChainingAuthenticationService
org.alfresco.repo.security.authentication.subsystems.SubsystemChainingAuthenticationService
public class SubsystemChainingAuthenticationService
An authentication service that chains across beans in multiple child application contexts corresponding to different
'subsystems' in a chain determined by a ChildApplicationContextManager
. The first authentication service in
the chain will always be considered to be the 'mutable' authentication service.
Constructor Summary | |
---|---|
SubsystemChainingAuthenticationService()
|
Method Summary | |
---|---|
MutableAuthenticationService |
getMutableAuthenticationService()
Gets the mutable authentication service. |
protected java.util.List |
getUsableAuthenticationServices()
Gets the authentication services across which methods will chain. |
void |
setApplicationContextManager(ChildApplicationContextManager applicationContextManager)
Sets the application context manager. |
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.AbstractAuthenticationService |
---|
getAllowedUsers, getMaxUsers, preAuthenticationCheck, setSysAdminParams |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubsystemChainingAuthenticationService()
Method Detail |
---|
public void setApplicationContextManager(ChildApplicationContextManager applicationContextManager)
applicationContextManager
- the applicationContextManager to setpublic void setSourceBeanName(java.lang.String sourceBeanName)
sourceBeanName
- the bean namepublic MutableAuthenticationService getMutableAuthenticationService()
AbstractChainingAuthenticationService
getMutableAuthenticationService
in class AbstractChainingAuthenticationService
protected java.util.List getUsableAuthenticationServices()
AbstractChainingAuthenticationService
getUsableAuthenticationServices
in class AbstractChainingAuthenticationService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |