Class SubjectSaslServer

java.lang.Object
org.infinispan.server.core.security.sasl.SubjectSaslServer
All Implemented Interfaces:
SaslServer

public class SubjectSaslServer extends Object implements SaslServer
A SaslServer which, when complete, can return a negotiated property named SUBJECT which contains a populated Subject representing the authenticated user.
Since:
10.0
Author:
Tristan Tarrant <tristan@infinispan.org>