Uses of Interface
com.sun.identity.saml2.assertion.BaseID
-
Packages that use BaseID Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of BaseID in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return BaseID Modifier and Type Method Description BaseIDAssertionFactory. createBaseID()Returns a new instance ofBaseID.BaseIDAssertionFactory. createBaseID(String xml)Returns a new instance ofBaseID.BaseIDAssertionFactory. createBaseID(Element elem)Returns a new instance ofBaseID.BaseIDSubject. getBaseID()Returns the identifier inBaseIDformatBaseIDSubjectConfirmation. getBaseID()Returns the base IDMethods in com.sun.identity.saml2.assertion with parameters of type BaseID Modifier and Type Method Description voidSubject. setBaseID(BaseID value)Sets the identifier inBaseIDformatvoidSubjectConfirmation. setBaseID(BaseID value)Sets the base ID -
Uses of BaseID in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return BaseID Modifier and Type Method Description BaseIDLogoutRequest. getBaseID()Returns the value of the baseID property.BaseIDNameIDMappingRequest. getBaseID()Returns the value of the baseID property.Methods in com.sun.identity.saml2.protocol with parameters of type BaseID Modifier and Type Method Description voidLogoutRequest. setBaseID(BaseID value)Sets the value of the baseID property.voidNameIDMappingRequest. setBaseID(BaseID value)Sets the value of the baseID property.
-