Interface SubjectProvider
-
- All Known Implementing Classes:
DefaultSubjectProvider
public interface SubjectProviderAn interface that allows a pluggable way of obtaining a SAML SubjectBean used to populate the Subject of a SAML Assertion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.wss4j.common.saml.bean.SubjectBeangetSubject(SubjectProviderParameters subjectProviderParameters)Get a SubjectBean object.
-
-
-
Method Detail
-
getSubject
org.apache.wss4j.common.saml.bean.SubjectBean getSubject(SubjectProviderParameters subjectProviderParameters)
Get a SubjectBean object.
-
-