org.picketlink.internal
public class AuthenticatedAccountContextInitializer extends Object implements ContextInitializer
A ContextInitializer
that populates the IdentityContext
with a reference to an authenticated Account
.
Constructor and Description |
---|
AuthenticatedAccountContextInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
initContextForStore(IdentityContext context,
IdentityStore<?> store)
This method is invoked once and right after the
IdentityContext is created. |
public AuthenticatedAccountContextInitializer()
public void initContextForStore(IdentityContext context, IdentityStore<?> store)
ContextInitializer
This method is invoked once and right after the IdentityContext
is created.
initContextForStore
in interface ContextInitializer
Copyright © 2015 JBoss by Red Hat. All rights reserved.