|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.security.impl.SecurityProviderImpl
public class SecurityProviderImpl
Field Summary | |
---|---|
private org.apache.jetspeed.security.AuthenticationProviderProxy |
atnProviderProxy
The AuthenticationProviderProxy . |
private org.apache.jetspeed.security.spi.GroupSecurityHandler |
groupSecurityHandler
The GroupSecurityHandler . |
private org.apache.jetspeed.security.spi.RoleSecurityHandler |
roleSecurityHandler
The RoleSecurityHandler . |
private org.apache.jetspeed.security.spi.SecurityMappingHandler |
securityMappingHandler
The SecurityMappingHandler . |
Constructor Summary | |
---|---|
SecurityProviderImpl(org.apache.jetspeed.security.AuthenticationProviderProxy atnProviderProxy,
org.apache.jetspeed.security.spi.RoleSecurityHandler roleSecurityHandler,
org.apache.jetspeed.security.spi.GroupSecurityHandler groupSecurityHandler,
org.apache.jetspeed.security.spi.SecurityMappingHandler securityMappingHandler)
Constructor configuring the security services with the correct security handlers. |
Method Summary | |
---|---|
org.apache.jetspeed.security.AuthenticationProviderProxy |
getAuthenticationProviderProxy()
|
org.apache.jetspeed.security.spi.GroupSecurityHandler |
getGroupSecurityHandler()
|
org.apache.jetspeed.security.spi.RoleSecurityHandler |
getRoleSecurityHandler()
|
org.apache.jetspeed.security.spi.SecurityMappingHandler |
getSecurityMappingHandler()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.apache.jetspeed.security.AuthenticationProviderProxy atnProviderProxy
AuthenticationProviderProxy
.
private org.apache.jetspeed.security.spi.RoleSecurityHandler roleSecurityHandler
RoleSecurityHandler
.
private org.apache.jetspeed.security.spi.GroupSecurityHandler groupSecurityHandler
GroupSecurityHandler
.
private org.apache.jetspeed.security.spi.SecurityMappingHandler securityMappingHandler
SecurityMappingHandler
.
Constructor Detail |
---|
public SecurityProviderImpl(org.apache.jetspeed.security.AuthenticationProviderProxy atnProviderProxy, org.apache.jetspeed.security.spi.RoleSecurityHandler roleSecurityHandler, org.apache.jetspeed.security.spi.GroupSecurityHandler groupSecurityHandler, org.apache.jetspeed.security.spi.SecurityMappingHandler securityMappingHandler)
Constructor configuring the security services with the correct security handlers.
atnProviderProxy
- The authentication provider.roleSecurityHandler
- The role security handler.groupSecurityHandler
- The group security handler.securityMappingHandler
- The security mapping handler.Method Detail |
---|
public org.apache.jetspeed.security.AuthenticationProviderProxy getAuthenticationProviderProxy()
getAuthenticationProviderProxy
in interface org.apache.jetspeed.security.SecurityProvider
SecurityProvider.getAuthenticationProviderProxy()
public org.apache.jetspeed.security.spi.RoleSecurityHandler getRoleSecurityHandler()
getRoleSecurityHandler
in interface org.apache.jetspeed.security.SecurityProvider
SecurityProvider.getRoleSecurityHandler()
public org.apache.jetspeed.security.spi.GroupSecurityHandler getGroupSecurityHandler()
getGroupSecurityHandler
in interface org.apache.jetspeed.security.SecurityProvider
SecurityProvider.getGroupSecurityHandler()
public org.apache.jetspeed.security.spi.SecurityMappingHandler getSecurityMappingHandler()
getSecurityMappingHandler
in interface org.apache.jetspeed.security.SecurityProvider
SecurityProvider.getSecurityMappingHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |