public class OutboundSecurityContextImpl extends AbstractSecurityContextImpl implements OutboundSecurityContext
| Constructor and Description |
|---|
OutboundSecurityContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityTokenProvider<OutboundSecurityToken>> |
getRegisteredSecurityTokenProviders()
Returns all currently registered SecurityTokenProvider's
|
SecurityTokenProvider<OutboundSecurityToken> |
getSecurityTokenProvider(String id)
Returns a registered SecurityTokenProvider with the given id or null if not found
|
void |
registerSecurityTokenProvider(String id,
SecurityTokenProvider<OutboundSecurityToken> securityTokenProvider)
Register a new SecurityTokenProvider.
|
addSecurityEventListener, forwardSecurityEvent, get, getAsList, getAsMap, put, putAsList, putAsMap, putList, registerSecurityEvent, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSecurityEventListener, get, getAsList, getAsMap, put, putAsList, putAsMap, putList, removeregisterSecurityEventpublic void registerSecurityTokenProvider(String id, SecurityTokenProvider<OutboundSecurityToken> securityTokenProvider)
OutboundSecurityContextregisterSecurityTokenProvider in interface OutboundSecurityContextid - A unique idsecurityTokenProvider - The actual SecurityTokenProvider to register.public SecurityTokenProvider<OutboundSecurityToken> getSecurityTokenProvider(String id)
OutboundSecurityContextgetSecurityTokenProvider in interface OutboundSecurityContextid - The SecurityTokenProvider's idpublic List<SecurityTokenProvider<OutboundSecurityToken>> getRegisteredSecurityTokenProviders()
OutboundSecurityContextgetRegisteredSecurityTokenProviders in interface OutboundSecurityContextCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.