Interface SecurityContext

All Superinterfaces:
SecurityEventListener
All Known Subinterfaces:
InboundSecurityContext, OutboundSecurityContext
All Known Implementing Classes:
InboundSecurityContextImpl, OutboundSecurityContextImpl

public interface SecurityContext extends SecurityEventListener
  • Method Details

    • put

      <T> void put(String key, T value)
    • get

      <T> T get(String key)
    • remove

      <T> T remove(String key)
    • putList

      <T extends List> void putList(Object key, T value)
    • putAsList

      <T> void putAsList(Object key, T value)
    • getAsList

      <T> List<T> getAsList(Object key)
    • putAsMap

      <T, U> void putAsMap(Object key, T mapKey, U mapValue)
    • getAsMap

      <T, U> Map<T,U> getAsMap(Object key)
    • addSecurityEventListener

      void addSecurityEventListener(SecurityEventListener securityEventListener)
      Registers a SecurityEventListener to receive Security-Events
      Parameters:
      securityEventListener - The SecurityEventListener