Uses of Class
ccc.api.types.Username

Packages that use Username
ccc.api.core   
ccc.api.jaxrs   
ccc.client.gwt.remoting   
ccc.client.i18n   
ccc.domain The core domain model for CCC. 
ccc.security CCC implementation of the LoginModule interface for user authentication. 
ccc.services.ejb3 EJB3 implementation of the CCC API. 
 

Uses of Username in ccc.api.core
 

Methods in ccc.api.core that return Username
 Username Revision.getActorUsername()
          Accessor.
 Username ActionSummary.getActorUsername()
          Accessor.
 Username ResourceSummary.getChangedBy()
          Accessor.
 Username ResourceSummary.getCreatedBy()
          Accessor.
 Username ResourceSummary.getLockedBy()
          Accessor.
 Username ResourceSummary.getPublishedBy()
          Accessor.
 Username User.getUsername()
          Accessor.
 

Methods in ccc.api.core with parameters of type Username
 void ActionSummary.setActorUsername(Username actorUsername)
          Mutator.
 void ResourceSummary.setChangedBy(Username changedBy)
          Mutator.
 void ResourceSummary.setCreatedBy(Username createdBy)
          Mutator.
 void ResourceSummary.setLockedBy(Username lockedBy)
          Mutator.
 void ResourceSummary.setPublishedBy(Username publishedBy)
          Mutator.
 User User.setUsername(Username username)
          Mutator.
 java.lang.Boolean Users.usernameExists(Username username)
          Query whether the specified username is in use.
 

Constructors in ccc.api.core with parameters of type Username
ActionSummary(java.util.UUID id, CommandType type, Username actorUsername, java.util.Date after, ResourceType subjectType, java.lang.String path, ActionStatus status, FailureCode fCode)
          Constructor.
ResourceSummary(java.util.UUID id, java.util.UUID parent, java.lang.String name, Username publishedBy, java.lang.String title, Username lockedBy, ResourceType type, int childCount, int folderCount, boolean includeInMainMenu, boolean hasWorkingCopy, java.util.Date dateCreated, java.util.Date dateChanged, java.util.UUID templateId, java.util.Set<java.lang.String> tags, java.lang.String absolutePath, java.util.UUID indexPageId, java.lang.String description, Username createdBy, Username changedBy)
          Constructor.
Revision(CommandType command, Username actorUsername, java.util.Date on, long index, java.lang.String comment, boolean isMajorEdit)
          Constructor.
 

Uses of Username in ccc.api.jaxrs
 

Methods in ccc.api.jaxrs with parameters of type Username
 java.lang.Boolean UsersImpl.usernameExists(Username username)
          Query whether the specified username is in use.
 

Uses of Username in ccc.client.gwt.remoting
 

Constructors in ccc.client.gwt.remoting with parameters of type Username
UniqueUsernameAction(Username username)
          Constructor.
 

Uses of Username in ccc.client.i18n
 

Methods in ccc.client.i18n with parameters of type Username
 java.lang.String UIMessages.userWithUsernameAlreadyExists(Username username)
          "User with username ''{0}'' already exists.".
 

Uses of Username in ccc.domain
 

Methods in ccc.domain that return Username
 Username UserEntity.getUsername()
          Accessor for the username property.
 

Methods in ccc.domain with parameters of type Username
 void UserEntity.setUsername(Username username)
          Mutator for the username.
 

Constructors in ccc.domain with parameters of type Username
UserEntity(Username username, java.lang.String passwordString)
          Constructor.
UserEntity(Username username, java.lang.String name, java.lang.String passwordString)
          Constructor.
 

Uses of Username in ccc.security
 

Methods in ccc.security with parameters of type Username
 java.lang.Object[] JdbcDatabase.lookupUser(Username username)
          Lookup details of a user from the DB.
 java.lang.Object[] Database.lookupUser(Username username)
          Lookup details of a user from the DB.
 

Uses of Username in ccc.services.ejb3
 

Methods in ccc.services.ejb3 with parameters of type Username
 java.lang.Boolean UsersEJB.usernameExists(Username username)
          Query whether the specified username is in use.
 



Copyright © 2010. All Rights Reserved.