Uses of Class
org.jboss.identity.federation.bindings.config.KeyValueType

Packages that use KeyValueType
org.jboss.identity.federation.bindings.config   
org.jboss.identity.federation.bindings.interfaces   
org.jboss.identity.federation.bindings.tomcat   
 

Uses of KeyValueType in org.jboss.identity.federation.bindings.config
 

Subclasses of KeyValueType in org.jboss.identity.federation.bindings.config
 class AuthPropertyType
          Java class for AuthPropertyType complex type.
 

Fields in org.jboss.identity.federation.bindings.config with type parameters of type KeyValueType
protected  java.util.List<KeyValueType> KeyProviderType.validatingAlias
           
 

Methods in org.jboss.identity.federation.bindings.config that return KeyValueType
 KeyValueType ObjectFactory.createKeyValueType()
          Create an instance of KeyValueType
 

Methods in org.jboss.identity.federation.bindings.config that return types with arguments of type KeyValueType
 java.util.List<KeyValueType> KeyProviderType.getValidatingAlias()
          Gets the value of the validatingAlias property.
 

Uses of KeyValueType in org.jboss.identity.federation.bindings.interfaces
 

Method parameters in org.jboss.identity.federation.bindings.interfaces with type arguments of type KeyValueType
 void TrustKeyManager.setValidatingAlias(java.util.List<KeyValueType> aliases)
          Set a list of (domain,alias) tuple to trust domains The alias is a string that represents the validating key stored for a domain
 

Uses of KeyValueType in org.jboss.identity.federation.bindings.tomcat
 

Method parameters in org.jboss.identity.federation.bindings.tomcat with type arguments of type KeyValueType
 void KeyStoreKeyManager.setValidatingAlias(java.util.List<KeyValueType> aliases)
           
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.