public class DefaultSecurityContextFactory extends Object implements org.picketlink.idm.spi.SecurityContextFactory
| Modifier and Type | Field and Description |
|---|---|
static DefaultSecurityContextFactory |
DEFAULT |
| Constructor and Description |
|---|
DefaultSecurityContextFactory() |
DefaultSecurityContextFactory(org.picketlink.idm.credential.spi.CredentialHandlerFactory chf) |
DefaultSecurityContextFactory(org.picketlink.idm.credential.spi.CredentialHandlerFactory chf,
org.picketlink.idm.IdentityCache identityCache) |
DefaultSecurityContextFactory(org.picketlink.idm.credential.spi.CredentialHandlerFactory chf,
org.picketlink.idm.IdentityCache identityCache,
org.picketlink.idm.event.EventBridge eventBridge,
org.picketlink.idm.IdGenerator idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
org.picketlink.idm.spi.SecurityContext |
createContext() |
org.picketlink.idm.spi.SecurityContext |
createContext(org.picketlink.idm.model.Partition partition) |
public static DefaultSecurityContextFactory DEFAULT
public DefaultSecurityContextFactory()
public DefaultSecurityContextFactory(org.picketlink.idm.credential.spi.CredentialHandlerFactory chf)
public DefaultSecurityContextFactory(org.picketlink.idm.credential.spi.CredentialHandlerFactory chf,
org.picketlink.idm.IdentityCache identityCache)
public DefaultSecurityContextFactory(org.picketlink.idm.credential.spi.CredentialHandlerFactory chf,
org.picketlink.idm.IdentityCache identityCache,
org.picketlink.idm.event.EventBridge eventBridge,
org.picketlink.idm.IdGenerator idGenerator)
public org.picketlink.idm.spi.SecurityContext createContext()
createContext in interface org.picketlink.idm.spi.SecurityContextFactorypublic org.picketlink.idm.spi.SecurityContext createContext(org.picketlink.idm.model.Partition partition)
createContext in interface org.picketlink.idm.spi.SecurityContextFactoryCopyright © 2013. All Rights Reserved.