|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Subject
The The following schema fragment specifies the expected content contained within
SAML Subject element.
Subject element specifies one or more subjects. It contains either or
both of the following elements:NameIdentifier;
An identification of a subject by its name and security domain.
SubjectConfirmation;
Information that allows the subject to be authenticated.
If a Subject element contains more than one subject specification,
the issuer is asserting that the surrounding statement is true for
all of the subjects specified. For example, if both a
NameIdentifier and a SubjectConfirmation element are
present, the issuer is asserting that the statement is true of both subjects
being identified. A
<complexType name="SubjectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}NameIdentifier"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectConfirmation" minOccurs="0"/>
</sequence>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectConfirmation"/>
</choice>
</restriction>
</complexContent>
</complexType>
Method Summary
NameIDgetNameId()
NameIdentifiergetNameIdentifier()
SubjectConfirmationgetSubjectConfirmation()
Method Detail
getSubjectConfirmation
SubjectConfirmation getSubjectConfirmation()
getNameIdentifier
NameIdentifier getNameIdentifier()
getNameId
NameID getNameId()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.