Apache CXF API

org.apache.cxf.rs.security.saml.authorization
Class SubjectPrincipal

java.lang.Object
  extended by org.apache.cxf.common.security.SimplePrincipal
      extended by org.apache.cxf.rs.security.saml.authorization.SubjectPrincipal
All Implemented Interfaces:
Principal

public class SubjectPrincipal
extends SimplePrincipal


Constructor Summary
SubjectPrincipal(String principalName, Subject subject)
           
 
Method Summary
 Subject getSubject()
           
 
Methods inherited from class org.apache.cxf.common.security.SimplePrincipal
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubjectPrincipal

public SubjectPrincipal(String principalName,
                        Subject subject)
Method Detail

getSubject

public Subject getSubject()

Apache CXF API

Apache CXF