Uses of Class
org.jboss.security.config.jaxb.IdentityTrustInfo

Packages that use IdentityTrustInfo
org.jboss.security.config.jaxb   
 

Uses of IdentityTrustInfo in org.jboss.security.config.jaxb
 

Fields in org.jboss.security.config.jaxb declared as IdentityTrustInfo
protected  IdentityTrustInfo ApplicationPolicy.identityTrust
           
 

Methods in org.jboss.security.config.jaxb that return IdentityTrustInfo
 IdentityTrustInfo ObjectFactory.createIdentityTrustInfo()
          Create an instance of IdentityTrustInfo
 IdentityTrustInfo ApplicationPolicy.getIdentityTrust()
          Gets the value of the identityTrust property.
 

Methods in org.jboss.security.config.jaxb that return types with arguments of type IdentityTrustInfo
 javax.xml.bind.JAXBElement<IdentityTrustInfo> ObjectFactory.createIdentityTrust(IdentityTrustInfo value)
          Create an instance of JAXBElement<IdentityTrustInfo>}
 

Methods in org.jboss.security.config.jaxb with parameters of type IdentityTrustInfo
 javax.xml.bind.JAXBElement<IdentityTrustInfo> ObjectFactory.createIdentityTrust(IdentityTrustInfo value)
          Create an instance of JAXBElement<IdentityTrustInfo>}
 void ApplicationPolicy.setIdentityTrust(IdentityTrustInfo value)
          Sets the value of the identityTrust property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.