Uses of Class
org.codehaus.cargo.container.property.User
-
-
Uses of User in org.codehaus.cargo.ant
Methods in org.codehaus.cargo.ant that return User Modifier and Type Method Description UserUserElement. createUser()Create user object. -
Uses of User in org.codehaus.cargo.container.configuration
Methods in org.codehaus.cargo.container.configuration that return types with arguments of type User Modifier and Type Method Description List<User>LocalConfiguration. getUsers()Methods in org.codehaus.cargo.container.configuration with parameters of type User Modifier and Type Method Description voidLocalConfiguration. addUser(User user)Add user to container. -
Uses of User in org.codehaus.cargo.container.glassfish
Methods in org.codehaus.cargo.container.glassfish with parameters of type User Modifier and Type Method Description voidGlassFish2xInstalledLocalDeployer. createFileUser(User user)Does not do anything since GlassFish 2.x support was not tested.voidGlassFish3xInstalledLocalDeployer. createFileUser(User user)Does not do anything since GlassFish 3.x support was not tested.voidGlassFish4xInstalledLocalDeployer. createFileUser(User user)Does not do anything since GlassFish 3.x support was not tested. -
Uses of User in org.codehaus.cargo.container.glassfish.internal
Methods in org.codehaus.cargo.container.glassfish.internal with parameters of type User Modifier and Type Method Description abstract voidAbstractGlassFishInstalledLocalDeployer. createFileUser(User user)Callscreate-file-uservia asadmin to register a user. -
Uses of User in org.codehaus.cargo.container.jboss
Methods in org.codehaus.cargo.container.jboss with parameters of type User Modifier and Type Method Description protected StringJBoss7xStandaloneLocalConfiguration. generateUserPasswordLine(User user, String realm)Generate the user and password line for th JBoss users properties file. -
Uses of User in org.codehaus.cargo.container.jetty.internal
Method parameters in org.codehaus.cargo.container.jetty.internal with type arguments of type User Modifier and Type Method Description static voidJettyUtils. createRealmFile(List<User> users, String etcDir, FileHandler fileHandler)Create realm (user, password and role) file. -
Uses of User in org.codehaus.cargo.container.property
Methods in org.codehaus.cargo.container.property that return User Modifier and Type Method Description protected static UserUser. parseUser(String userAsString)Parse a user defined in the format "name:pwd:role1,...roleN".Methods in org.codehaus.cargo.container.property that return types with arguments of type User Modifier and Type Method Description static Map<String,List<User>>User. createRoleMap(List<User> users)Create a user map indexed on the roles.static List<User>User. parseUsers(String usersAsString)Parse a string representing the users (seeServletPropertySet.USERS.Method parameters in org.codehaus.cargo.container.property with type arguments of type User Modifier and Type Method Description static Map<String,List<User>>User. createRoleMap(List<User> users)Create a user map indexed on the roles. -
Uses of User in org.codehaus.cargo.container.spi.configuration
Methods in org.codehaus.cargo.container.spi.configuration that return types with arguments of type User Modifier and Type Method Description List<User>AbstractLocalConfiguration. getUsers()Methods in org.codehaus.cargo.container.spi.configuration with parameters of type User Modifier and Type Method Description voidAbstractLocalConfiguration. addUser(User user)Add user to container. -
Uses of User in org.codehaus.cargo.container.weblogic.internal.configuration
Methods in org.codehaus.cargo.container.weblogic.internal.configuration with parameters of type User Modifier and Type Method Description Collection<ScriptCommand>WebLogicWlstConfigurationFactory. addUserToGroupsScript(User user)ScriptCommandWebLogicWlstConfigurationFactory. createUserScript(User user) -
Uses of User in org.codehaus.cargo.container.weblogic.internal.configuration.commands.user
Constructors in org.codehaus.cargo.container.weblogic.internal.configuration.commands.user with parameters of type User Constructor Description AddUserToGroupScriptCommand(Configuration configuration, String resourcePath, User user, String groupRole)Sets configuration containing all needed information for building configuration scripts.CreateUserScriptCommand(Configuration configuration, String resourcePath, User user)Sets configuration containing all needed information for building configuration scripts. -
Uses of User in org.codehaus.cargo.container.websphere.internal.configuration
Methods in org.codehaus.cargo.container.websphere.internal.configuration with parameters of type User Modifier and Type Method Description List<ScriptCommand>WebSphereJythonConfigurationFactory. createUserScript(User user) -
Uses of User in org.codehaus.cargo.container.websphere.internal.configuration.commands.user
Constructors in org.codehaus.cargo.container.websphere.internal.configuration.commands.user with parameters of type User Constructor Description AddUserToGroupScriptCommand(Configuration configuration, String resourcePath, User user, String groupRole)Sets configuration containing all needed information for building configuration scripts.CreateUserScriptCommand(Configuration configuration, String resourcePath, User user)Sets configuration containing all needed information for building configuration scripts. -
Uses of User in org.codehaus.cargo.container.wildfly.internal.util
Methods in org.codehaus.cargo.container.wildfly.internal.util with parameters of type User Modifier and Type Method Description static StringWildFlyUserUtils. generateUserPasswordLine(User user, String realm)Generate the user and password line for the JBoss users properties file. -
Uses of User in org.codehaus.cargo.container.wildfly.swarm.internal.configuration
Method parameters in org.codehaus.cargo.container.wildfly.swarm.internal.configuration with type arguments of type User Modifier and Type Method Description voidUserAccountsConfigurator. configureApplicationUsers(List<User> users)Configures user accounts and roles. -
Uses of User in org.codehaus.cargo.container.wildfly.swarm.internal.configuration.util
Methods in org.codehaus.cargo.container.wildfly.swarm.internal.configuration.util with parameters of type User Modifier and Type Method Description static StringWildFlySwarmUserUtils. generateUserPasswordLine(User user, String realm)Generate the user and password line for the JBoss users properties file. -
Uses of User in org.codehaus.cargo.container.wildfly.swarm.internal.configuration.yaml
Method parameters in org.codehaus.cargo.container.wildfly.swarm.internal.configuration.yaml with type arguments of type User Modifier and Type Method Description voidUserAccountsYamlConfigurator. configureApplicationUsers(List<User> users)Configures user accounts and roles. -
Uses of User in org.codehaus.cargo.maven3.configuration
Methods in org.codehaus.cargo.maven3.configuration that return User Modifier and Type Method Description UserUser. createUser()Create user object.
-