com.atlassian.crowd.directory
Interface InternalDirectoryUtils

All Known Implementing Classes:
InternalDirectoryUtilsImpl

public interface InternalDirectoryUtils

Created by IntelliJ IDEA. User: jkoke Date: Jan 12, 2010 Time: 11:09:39 AM To change this template use File | Settings | File Templates.


Method Summary
 void validateCredential(PasswordCredential credential, java.lang.String regex)
           
 void validateDirectoryForEntity(DirectoryEntity entity, java.lang.Long directoryId)
           
 void validateGroupName(Group group, java.lang.String groupName)
           
 void validateUsername(User user, java.lang.String username)
           
 

Method Detail

validateDirectoryForEntity

void validateDirectoryForEntity(DirectoryEntity entity,
                                java.lang.Long directoryId)

validateUsername

void validateUsername(User user,
                      java.lang.String username)
                      throws InvalidUserException
Throws:
InvalidUserException

validateCredential

void validateCredential(PasswordCredential credential,
                        java.lang.String regex)
                        throws InvalidCredentialException
Throws:
InvalidCredentialException

validateGroupName

void validateGroupName(Group group,
                       java.lang.String groupName)
                       throws InvalidGroupException
Throws:
InvalidGroupException


Copyright © 2010 Atlassian. All Rights Reserved.