Uses of Interface
org.opensaml.common.IdentifierGenerator

Packages that use IdentifierGenerator
org.opensaml.common.impl Base classes for various SAMLObjects constructs. 
org.opensaml.saml2.encryption Classes for encrypting and decrypting SAML. 
 

Uses of IdentifierGenerator in org.opensaml.common.impl
 

Classes in org.opensaml.common.impl that implement IdentifierGenerator
 class RandomIdentifierGenerator
          Generates identifiers using random data obtained from a Random instance.
 class SecureRandomIdentifierGenerator
          Generates identifiers using random data obtained from a SecureRandom instance.
 

Uses of IdentifierGenerator in org.opensaml.saml2.encryption
 

Fields in org.opensaml.saml2.encryption declared as IdentifierGenerator
private  IdentifierGenerator Encrypter.idGenerator
          Generator for XML ID attribute values.
 

Methods in org.opensaml.saml2.encryption with parameters of type IdentifierGenerator
 void Encrypter.setIDGenerator(IdentifierGenerator newIDGenerator)
          Set the generator to use when creating XML ID attribute values.
 



Copyright © 1999-2012. All Rights Reserved.