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, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addSecurityEventListener, get, getAsList, getAsMap, put, putAsList, putAsMap, putList, remove
registerSecurityEvent
public void registerSecurityTokenProvider(String id, SecurityTokenProvider<OutboundSecurityToken> securityTokenProvider)
OutboundSecurityContext
registerSecurityTokenProvider
in interface OutboundSecurityContext
id
- A unique idsecurityTokenProvider
- The actual SecurityTokenProvider to register.public SecurityTokenProvider<OutboundSecurityToken> getSecurityTokenProvider(String id)
OutboundSecurityContext
getSecurityTokenProvider
in interface OutboundSecurityContext
id
- The SecurityTokenProvider's idpublic List<SecurityTokenProvider<OutboundSecurityToken>> getRegisteredSecurityTokenProviders()
OutboundSecurityContext
getRegisteredSecurityTokenProviders
in interface OutboundSecurityContext
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.