OpenSAML-J 2.4.1-redhat-3

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
 

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.
 


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.