public abstract class AbstractSecurityTokenProvider extends Object implements SecurityTokenProvider
SecurityTokenProviderSecurityTokenProvider.FAMILY_TYPE| Modifier and Type | Field and Description |
|---|---|
protected static String |
ATTRIBUTE_PROVIDER |
protected static Logger |
logger |
protected Map<String,String> |
properties |
protected static String |
REVOCATION_REGISTRY |
protected static String |
REVOCATION_REGISTRY_FILE |
protected static String |
REVOCATION_REGISTRY_JPA_CONFIG |
protected RevocationRegistry |
revocationRegistry |
protected static String |
TOKEN_REGISTRY |
protected static String |
TOKEN_REGISTRY_FILE |
protected SecurityTokenRegistry |
tokenRegistry |
| Constructor and Description |
|---|
AbstractSecurityTokenProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Map<String,String> properties)
Initializes the
SecurityTokenProvider using the specified properties map. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelToken, family, getSupportedQName, issueToken, renewToken, supports, tokenType, validateTokenprotected static Logger logger
protected static final String TOKEN_REGISTRY
protected static final String TOKEN_REGISTRY_FILE
protected static final String REVOCATION_REGISTRY
protected static final String REVOCATION_REGISTRY_FILE
protected static final String REVOCATION_REGISTRY_JPA_CONFIG
protected static final String ATTRIBUTE_PROVIDER
protected SecurityTokenRegistry tokenRegistry
protected RevocationRegistry revocationRegistry
public void initialize(Map<String,String> properties)
SecurityTokenProvider
Initializes the SecurityTokenProvider using the specified properties map.
initialize in interface SecurityTokenProviderproperties - a Map<String, String> that contains the properties that have been configured for this
SecurityTokenProvider.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.