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 BaseID
AssertionFactory. createBaseID()
Returns a new instance ofBaseID
.BaseID
AssertionFactory. createBaseID(String xml)
Returns a new instance ofBaseID
.BaseID
AssertionFactory. createBaseID(Element elem)
Returns a new instance ofBaseID
.BaseID
Subject. getBaseID()
Returns the identifier inBaseID
formatBaseID
SubjectConfirmation. getBaseID()
Returns the base IDMethods in com.sun.identity.saml2.assertion with parameters of type BaseID Modifier and Type Method Description void
Subject. setBaseID(BaseID value)
Sets the identifier inBaseID
formatvoid
SubjectConfirmation. 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 BaseID
LogoutRequest. getBaseID()
Returns the value of the baseID property.BaseID
NameIDMappingRequest. 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 void
LogoutRequest. setBaseID(BaseID value)
Sets the value of the baseID property.void
NameIDMappingRequest. setBaseID(BaseID value)
Sets the value of the baseID property.
-