Uses of Interface
org.opensaml.saml2.core.BaseID

Packages that use BaseID
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.encryption Classes for encrypting and decrypting SAML. 
org.opensaml.samlext.saml2delrestrict Interfaces for SAML 2 Condition for Delegation Restriction. 
org.opensaml.samlext.saml2delrestrict.impl Implementation for SAML 2 Condition for Delegation Restriction. 
 

Uses of BaseID in org.opensaml.saml2.core
 

Methods in org.opensaml.saml2.core that return BaseID
 BaseID SubjectConfirmation.getBaseID()
          Gets the base identifier of the principal for this request.
 BaseID Subject.getBaseID()
          Gets the base identifier of the principal for this request.
 BaseID NameIDMappingRequest.getBaseID()
          Gets the base identifier of the principal for this request.
 BaseID LogoutRequest.getBaseID()
          Gets the base identifier of the principal for this request.
 

Methods in org.opensaml.saml2.core with parameters of type BaseID
 void SubjectConfirmation.setBaseID(BaseID newBaseID)
          Sets the base identifier of the principal for this request.
 void Subject.setBaseID(BaseID newBaseID)
          Sets the base identifier of the principal for this request.
 void NameIDMappingRequest.setBaseID(BaseID newBaseID)
          Sets the base identifier of the principal for this request.
 void LogoutRequest.setBaseID(BaseID newBaseID)
          Sets the base identifier of the principal for this request.
 

Uses of BaseID in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement BaseID
 class BaseIDImpl
          Concrete implementation of BaseID.
 

Fields in org.opensaml.saml2.core.impl declared as BaseID
private  BaseID SubjectImpl.baseID
          BaseID child element.
private  BaseID SubjectConfirmationImpl.baseID
          BaseID child element.
private  BaseID NameIDMappingRequestImpl.baseID
          BaseID child element.
private  BaseID LogoutRequestImpl.baseID
          BaseID child element.
 

Methods in org.opensaml.saml2.core.impl that return BaseID
 BaseID SubjectImpl.getBaseID()
          Gets the base identifier of the principal for this request.
 BaseID SubjectConfirmationImpl.getBaseID()
          Gets the base identifier of the principal for this request.
 BaseID NameIDMappingRequestImpl.getBaseID()
          Gets the base identifier of the principal for this request.
 BaseID LogoutRequestImpl.getBaseID()
          Gets the base identifier of the principal for this request.
 

Methods in org.opensaml.saml2.core.impl with parameters of type BaseID
 void SubjectImpl.setBaseID(BaseID newBaseID)
          Sets the base identifier of the principal for this request.
 void SubjectConfirmationImpl.setBaseID(BaseID newBaseID)
          Sets the base identifier of the principal for this request.
 void NameIDMappingRequestImpl.setBaseID(BaseID newBaseID)
          Sets the base identifier of the principal for this request.
 void LogoutRequestImpl.setBaseID(BaseID newBaseID)
          Sets the base identifier of the principal for this request.
 

Uses of BaseID in org.opensaml.saml2.encryption
 

Methods in org.opensaml.saml2.encryption with parameters of type BaseID
 EncryptedID Encrypter.encrypt(BaseID baseID)
          Encrypt the specified BaseID.
 

Uses of BaseID in org.opensaml.samlext.saml2delrestrict
 

Methods in org.opensaml.samlext.saml2delrestrict that return BaseID
 BaseID Delegate.getBaseID()
          Gets the BaseID child element of the delegate.
 

Methods in org.opensaml.samlext.saml2delrestrict with parameters of type BaseID
 void Delegate.setBaseID(BaseID newBaseID)
          Sets the BaseID child element of the delegate.
 

Uses of BaseID in org.opensaml.samlext.saml2delrestrict.impl
 

Fields in org.opensaml.samlext.saml2delrestrict.impl declared as BaseID
private  BaseID DelegateImpl.baseID
          BaseID child element.
 

Methods in org.opensaml.samlext.saml2delrestrict.impl that return BaseID
 BaseID DelegateImpl.getBaseID()
          Gets the BaseID child element of the delegate.
 

Methods in org.opensaml.samlext.saml2delrestrict.impl with parameters of type BaseID
 void DelegateImpl.setBaseID(BaseID newBaseID)
          Sets the BaseID child element of the delegate.
 



Copyright © 1999-2012. All Rights Reserved.