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 User
UserElement. 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 void
LocalConfiguration. 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 void
GlassFish2xInstalledLocalDeployer. createFileUser(User user)
Does not do anything since GlassFish 2.x support was not tested.void
GlassFish3xInstalledLocalDeployer. createFileUser(User user)
Does not do anything since GlassFish 3.x support was not tested.void
GlassFish4xInstalledLocalDeployer. 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 void
AbstractGlassFishInstalledLocalDeployer. createFileUser(User user)
Callscreate-file-user
via 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 String
JBoss7xStandaloneLocalConfiguration. 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 void
JettyUtils. 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 User
User. 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 void
AbstractLocalConfiguration. 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)
ScriptCommand
WebLogicWlstConfigurationFactory. 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 String
WildFlyUserUtils. 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 void
UserAccountsConfigurator. 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 String
WildFlySwarmUserUtils. 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 void
UserAccountsYamlConfigurator. 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 User
User. createUser()
Create user object.
-