Uses of Interface
org.opensaml.saml.saml2.core.BaseID
Packages that use BaseID
Package
Description
Interfaces for SAML 2 Condition for Delegation Restriction.
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Classes for encrypting and decrypting SAML.
-
Uses of BaseID in org.opensaml.saml.ext.saml2delrestrict
Methods in org.opensaml.saml.ext.saml2delrestrict that return BaseIDModifier and TypeMethodDescriptionDelegate.getBaseID()
Gets the BaseID child element of the delegate.Methods in org.opensaml.saml.ext.saml2delrestrict with parameters of type BaseID -
Uses of BaseID in org.opensaml.saml.ext.saml2delrestrict.impl
Fields in org.opensaml.saml.ext.saml2delrestrict.impl declared as BaseIDMethods in org.opensaml.saml.ext.saml2delrestrict.impl that return BaseIDModifier and TypeMethodDescriptionDelegateImpl.getBaseID()
Gets the BaseID child element of the delegate.Methods in org.opensaml.saml.ext.saml2delrestrict.impl with parameters of type BaseID -
Uses of BaseID in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return BaseIDModifier and TypeMethodDescriptionLogoutRequest.getBaseID()
Gets the base identifier of the principal for this request.NameIDMappingRequest.getBaseID()
Gets the base identifier of the principal for this request.Subject.getBaseID()
Gets the base identifier of the principal for this request.SubjectConfirmation.getBaseID()
Gets the base identifier of the principal for this request.Methods in org.opensaml.saml.saml2.core with parameters of type BaseIDModifier and TypeMethodDescriptionvoid
Sets the base identifier of the principal for this request.void
Sets the base identifier of the principal for this request.void
Sets the base identifier of the principal for this request.void
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 BaseIDFields in org.opensaml.saml.saml2.core.impl declared as BaseIDModifier and TypeFieldDescriptionprivate BaseID
LogoutRequestImpl.baseID
BaseID child element.private BaseID
NameIDMappingRequestImpl.baseID
BaseID child element.private BaseID
SubjectConfirmationImpl.baseID
BaseID child element.private BaseID
SubjectImpl.baseID
BaseID child element.Methods in org.opensaml.saml.saml2.core.impl that return BaseIDModifier and TypeMethodDescriptionLogoutRequestImpl.getBaseID()
Gets the base identifier of the principal for this request.NameIDMappingRequestImpl.getBaseID()
Gets the base identifier of the principal for this request.SubjectConfirmationImpl.getBaseID()
Gets the base identifier of the principal for this request.SubjectImpl.getBaseID()
Gets the base identifier of the principal for this request.Methods in org.opensaml.saml.saml2.core.impl with parameters of type BaseIDModifier and TypeMethodDescriptionvoid
Sets the base identifier of the principal for this request.void
Sets the base identifier of the principal for this request.void
Sets the base identifier of the principal for this request.void
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 BaseIDModifier and TypeMethodDescriptionEncrypt the specified BaseID.