public class Authentication extends AbstractLangridService implements AuthenticationService
Constructor and Description |
---|
Authentication()
Constructor.
|
Authentication(ServiceContext serviceContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(String userId,
String password) |
boolean |
isAdministrator() |
void |
nop() |
adjustDateFieldName, adjustDateFieldName, convert, convertException, convertException, convertException, convertException, convertException, convertException, convertException, convertException, convertException, convertUserOrder, copyAttributes, copyAttributes, copyProperties, getAccessLimitDao, getAccessLogDao, getAccessRightDao, getAccessStateDao, getConverter, getCoreNodeUrl, getDaoContext, getDaoFactory, getDefaultGridId, getFederationDao, getGridDao, getGridId, getNodeDao, getOverUseLimitDao, getOverUseStateDao, getResourceDao, getServiceContext, getServiceDao, getServiceDeploymentDao, getServiceLogic, getSystemPropertyDao, getTargetServiceIds, getTemporaryUserDao, getUserChecker, getUserDao, getUserLogic, unsetFactory
public Authentication()
public Authentication(ServiceContext serviceContext)
@ValidatedMethod @AccessRightValidatedMethod @TransactionMethod public boolean authenticate(@NotEmpty@ValidUserId String userId, @NotEmpty String password) throws AccessLimitExceededException, InvalidParameterException, NoAccessPermissionException, ServiceConfigurationException, UnknownException, UserNotFoundException
@AccessRightValidatedMethod public void nop()
nop
in interface AuthenticationService
@AccessRightValidatedMethod @TransactionMethod public boolean isAdministrator() throws AccessLimitExceededException, NoAccessPermissionException, ServiceConfigurationException, UnknownException
isAdministrator
in interface AuthenticationService
AccessLimitExceededException
NoAccessPermissionException
ServiceConfigurationException
UnknownException