Uses of Interface
org.opensaml.saml.saml2.core.BaseID
-
Packages that use BaseID Package Description org.opensaml.saml.ext.saml2delrestrict Interfaces for SAML 2 Condition for Delegation Restriction.org.opensaml.saml.ext.saml2delrestrict.impl Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements.org.opensaml.saml.saml2.encryption Classes for encrypting and decrypting SAML. -
-
Uses of BaseID in org.opensaml.saml.ext.saml2delrestrict
Methods in org.opensaml.saml.ext.saml2delrestrict that return BaseID Modifier and Type Method Description BaseIDDelegate. getBaseID()Gets the BaseID child element of the delegate.Methods in org.opensaml.saml.ext.saml2delrestrict with parameters of type BaseID Modifier and Type Method Description voidDelegate. setBaseID(BaseID newBaseID)Sets the BaseID child element of the delegate. -
Uses of BaseID in org.opensaml.saml.ext.saml2delrestrict.impl
Fields in org.opensaml.saml.ext.saml2delrestrict.impl declared as BaseID Modifier and Type Field Description private BaseIDDelegateImpl. baseIDBaseID child element.Methods in org.opensaml.saml.ext.saml2delrestrict.impl that return BaseID Modifier and Type Method Description BaseIDDelegateImpl. getBaseID()Gets the BaseID child element of the delegate.Methods in org.opensaml.saml.ext.saml2delrestrict.impl with parameters of type BaseID Modifier and Type Method Description voidDelegateImpl. setBaseID(BaseID newBaseID)Sets the BaseID child element of the delegate. -
Uses of BaseID in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return BaseID Modifier and Type Method Description BaseIDLogoutRequest. getBaseID()Gets the base identifier of the principal for this request.BaseIDNameIDMappingRequest. getBaseID()Gets the base identifier of the principal for this request.BaseIDSubject. getBaseID()Gets the base identifier of the principal for this request.BaseIDSubjectConfirmation. getBaseID()Gets the base identifier of the principal for this request.Methods in org.opensaml.saml.saml2.core with parameters of type BaseID Modifier and Type Method Description voidLogoutRequest. setBaseID(BaseID newBaseID)Sets the base identifier of the principal for this request.voidNameIDMappingRequest. setBaseID(BaseID newBaseID)Sets the base identifier of the principal for this request.voidSubject. setBaseID(BaseID newBaseID)Sets the base identifier of the principal for this request.voidSubjectConfirmation. setBaseID(BaseID newBaseID)Sets the base identifier of the principal for this request. -
Uses of BaseID in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement BaseID Modifier and Type Class Description classBaseIDImplConcrete implementation ofBaseID.Fields in org.opensaml.saml.saml2.core.impl declared as BaseID Modifier and Type Field Description private BaseIDLogoutRequestImpl. baseIDBaseID child element.private BaseIDNameIDMappingRequestImpl. baseIDBaseID child element.private BaseIDSubjectConfirmationImpl. baseIDBaseID child element.private BaseIDSubjectImpl. baseIDBaseID child element.Methods in org.opensaml.saml.saml2.core.impl that return BaseID Modifier and Type Method Description BaseIDLogoutRequestImpl. getBaseID()Gets the base identifier of the principal for this request.BaseIDNameIDMappingRequestImpl. getBaseID()Gets the base identifier of the principal for this request.BaseIDSubjectConfirmationImpl. getBaseID()Gets the base identifier of the principal for this request.BaseIDSubjectImpl. getBaseID()Gets the base identifier of the principal for this request.Methods in org.opensaml.saml.saml2.core.impl with parameters of type BaseID Modifier and Type Method Description voidLogoutRequestImpl. setBaseID(BaseID newBaseID)Sets the base identifier of the principal for this request.voidNameIDMappingRequestImpl. setBaseID(BaseID newBaseID)Sets the base identifier of the principal for this request.voidSubjectConfirmationImpl. setBaseID(BaseID newBaseID)Sets the base identifier of the principal for this request.voidSubjectImpl. setBaseID(BaseID newBaseID)Sets the base identifier of the principal for this request. -
Uses of BaseID in org.opensaml.saml.saml2.encryption
Methods in org.opensaml.saml.saml2.encryption with parameters of type BaseID Modifier and Type Method Description EncryptedIDEncrypter. encrypt(BaseID baseID)Encrypt the specified BaseID.
-