Uses of Class
org.apache.geronimo.gbean.annotation.EncryptionSetting

Packages that use EncryptionSetting
org.apache.geronimo.gbean   
org.apache.geronimo.gbean.annotation   
org.apache.geronimo.gbean.runtime   
 

Uses of EncryptionSetting in org.apache.geronimo.gbean
 

Methods in org.apache.geronimo.gbean that return EncryptionSetting
 EncryptionSetting GAttributeInfo.getEncryptedSetting()
           
 

Constructors in org.apache.geronimo.gbean with parameters of type EncryptionSetting
DynamicGAttributeInfo(String name, String type, boolean persistent, boolean manageable, EncryptionSetting encrypted, boolean readable, boolean writable)
           
GAttributeInfo(String name, String type, boolean persistent, boolean manageable, EncryptionSetting encrypted, boolean readable, boolean writable, String getterName, String setterName)
           
GAttributeInfo(String name, String type, boolean persistent, boolean manageable, EncryptionSetting encrypted, String getterName, String setterName)
           
 

Uses of EncryptionSetting in org.apache.geronimo.gbean.annotation
 

Methods in org.apache.geronimo.gbean.annotation that return EncryptionSetting
static EncryptionSetting EncryptionSetting.defaultEncryption(String name, String type)
           
static EncryptionSetting EncryptionSetting.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EncryptionSetting[] EncryptionSetting.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EncryptionSetting in org.apache.geronimo.gbean.runtime
 

Methods in org.apache.geronimo.gbean.runtime that return EncryptionSetting
 EncryptionSetting GBeanAttribute.getEncryptionSetting()
           
 



Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.