|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SubjectBean | |
|---|---|
| org.apache.ws.security.saml.ext | |
| org.apache.ws.security.saml.ext.bean | |
| org.apache.ws.security.saml.ext.builder | |
| Uses of SubjectBean in org.apache.ws.security.saml.ext |
|---|
| Methods in org.apache.ws.security.saml.ext that return SubjectBean | |
|---|---|
SubjectBean |
SAMLCallback.getSubject()
Method getSubject returns the subject of this SAMLCallback object. |
| Methods in org.apache.ws.security.saml.ext with parameters of type SubjectBean | |
|---|---|
void |
SAMLCallback.setSubject(SubjectBean subject)
Method setSubject sets the subject of this SAMLCallback object. |
| Uses of SubjectBean in org.apache.ws.security.saml.ext.bean |
|---|
| Methods in org.apache.ws.security.saml.ext.bean that return SubjectBean | |
|---|---|
SubjectBean |
AuthenticationStatementBean.getSubject()
Get the Subject |
SubjectBean |
AttributeStatementBean.getSubject()
Get the Subject |
SubjectBean |
AuthDecisionStatementBean.getSubject()
Get the Subject |
| Methods in org.apache.ws.security.saml.ext.bean with parameters of type SubjectBean | |
|---|---|
void |
AuthenticationStatementBean.setSubject(SubjectBean subject)
Set the subject |
void |
AttributeStatementBean.setSubject(SubjectBean subject)
Set the Subject |
void |
AuthDecisionStatementBean.setSubject(SubjectBean subject)
Set the Subject |
| Constructors in org.apache.ws.security.saml.ext.bean with parameters of type SubjectBean | |
|---|---|
AttributeStatementBean(SubjectBean subject,
java.util.List<AttributeBean> attributeBeans)
Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance. |
|
AuthDecisionStatementBean(AuthDecisionStatementBean.Decision decision,
java.lang.String resource,
SubjectBean subject,
java.lang.Object evidence,
java.util.List<ActionBean> actionBeans)
Constructor SamlDecision creates a new SamlDecision instance. |
|
AuthenticationStatementBean(SubjectBean subject,
java.lang.String authenticationMethod,
org.joda.time.DateTime authenticationInstant)
Construct a new AuthenticationStatementBean |
|
| Uses of SubjectBean in org.apache.ws.security.saml.ext.builder |
|---|
| Methods in org.apache.ws.security.saml.ext.builder with parameters of type SubjectBean | |
|---|---|
static org.opensaml.saml2.core.NameID |
SAML2ComponentBuilder.createNameID(SubjectBean subject)
Create a NameID object One of the following formats MUST be used: urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos urn:oasis:names:tc:SAML:2.0:nameid-format:entity urn:oasis:names:tc:SAML:2.0:nameid-format:persistent urn:oasis:names:tc:SAML:2.0:nameid-format:transient |
static org.opensaml.saml1.core.Subject |
SAML1ComponentBuilder.createSaml1v1Subject(SubjectBean subjectBean)
Create a SAML Subject from a SubjectBean instance |
static org.opensaml.saml2.core.Subject |
SAML2ComponentBuilder.createSaml2Subject(SubjectBean subjectBean)
Create a Subject. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||