Uses of Class
org.ow2.kerneos.common.config.generated.Authentication

Packages that use Authentication
org.ow2.kerneos.common.config.generated   
 

Uses of Authentication in org.ow2.kerneos.common.config.generated
 

Fields in org.ow2.kerneos.common.config.generated declared as Authentication
protected  Authentication Application.authentication
           
 

Methods in org.ow2.kerneos.common.config.generated that return Authentication
static Authentication Authentication.fromValue(String v)
           
 Authentication Application.getAuthentication()
          Gets the value of the authentication property.
static Authentication Authentication.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Authentication[] Authentication.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ow2.kerneos.common.config.generated that return types with arguments of type Authentication
 JAXBElement<Authentication> ObjectFactory.createAuthentication(Authentication value)
          Create an instance of JAXBElement<Authentication>}
 

Methods in org.ow2.kerneos.common.config.generated with parameters of type Authentication
 JAXBElement<Authentication> ObjectFactory.createAuthentication(Authentication value)
          Create an instance of JAXBElement<Authentication>}
 void Application.setAuthentication(Authentication value)
          Sets the value of the authentication property.
 



Copyright © 2013 OW2 Consortium. All Rights Reserved.