Interface SubjectProvider
- All Known Implementing Classes:
DefaultSubjectProvider
public interface SubjectProvider
An interface that allows a pluggable way of obtaining a SAML SubjectBean used to populate the
Subject of a SAML Assertion.
-
Method Summary
Modifier and TypeMethodDescriptiongetSubject(SubjectProviderParameters subjectProviderParameters) Get a SubjectBean object.
-
Method Details
-
getSubject
Get a SubjectBean object.
-