Uses of Class
es.caib.seycon.ng.exception.UnknownUserException
-
Packages that use UnknownUserException Package Description com.soffid.iam.service com.soffid.iam.sync.service es.caib.seycon.ng.servei es.caib.seycon.ng.sync.servei -
-
Uses of UnknownUserException in com.soffid.iam.service
Methods in com.soffid.iam.service that throw UnknownUserException Modifier and Type Method Description Collection<RoleGrant>
UserService. getUserExplicitRoles(long userId)
Operation getUserExplicitRolesCollection<Group>
UserService. getUserGroupsHierarchy(long userId)
Operation getUserGroupsHierarchyCollection<Group>
UserService. getUserGroupsHierarchy(long userId, String holderGroup)
Operation getUserGroupsHierarchyUser
UserService. getUserInfo(String user)
Operation getUserInfoCollection<RoleGrant>
UserService. getUserRoles(long userId)
Operation getUserRolesSession
SessionService. registerWebSession(String codiUsuari, String nomMaquina, String nomMaquinaClient, String url, String authenticationMethod)
Operation registerWebSession -
Uses of UnknownUserException in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that throw UnknownUserException Modifier and Type Method Description Map<String,Object>
ServerService. getUserAttributes(long userId)
Operation getUserAttributesCollection<UserData>
ServerService. getUserData(long userId)
Operation getUserDataUserData
ServerService. getUserData(long userId, String data)
Operation getUserDataCollection<RoleGrant>
ServerService. getUserExplicitRoles(long userId, String dispatcherId)
Operation getUserExplicitRolesCollection<Group>
ServerService. getUserGroups(String accountName, String dispatcherId)
Operation getUserGroupsCollection<Group>
ServerService. getUserGroupsHierarchy(String accountName, String dispatcherId)
Operation getUserGroupsHierarchyUser
ServerService. getUserInfo(String account, String dispatcherId)
Operation getUserInfobyte[]
ServerService. getUserMazingerRules(long userId, String version)
Operation getUserMazingerRulesCollection<GroupUser>
ServerService. getUserMemberships(String accountName, String dispatcherId)
Operation getUserMembershipsCollection<PrinterUser>
ServerService. getUserPrinters(Long userId)
Operation getUserPrintersCollection<RoleGrant>
ServerService. getUserRoles(long userId, String dispatcherid)
Operation getUserRolesCollection<Secret>
ServerService. getUserSecrets(long userId)
Operation getUserSecretsboolean
ServerService. hasSupportAccessHost(long hostId, long userId)
Operation hasSupportAccessHostChallenge
LogonService. requestChallenge(int type, String user, String domain, String host, String clientHost, int cardSupport)
Operation requestChallengePasswordValidation
ServerService. validatePassword(String account, String dispatcherId, Password p)
Operation validatePassword -
Uses of UnknownUserException in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that throw UnknownUserException Modifier and Type Method Description Collection<RolGrant>
UsuariService. getUserExplicitRoles(long userId)
Operation getUserExplicitRolesCollection<Grup>
UsuariService. getUserGroupsHierarchy(long userId)
Operation getUserGroupsHierarchyCollection<Grup>
UsuariService. getUserGroupsHierarchy(long userId, String holderGroup)
Operation getUserGroupsHierarchyUsuari
UsuariService. getUserInfo(String user)
Operation getUserInfoCollection<RolGrant>
UsuariService. getUserRoles(long userId)
Operation getUserRolesSessio
SessioService. registraSessioWeb(String codiUsuari, String nomMaquina, String nomMaquinaClient, String url, String authenticationMethod)
Operation registraSessioWeb -
Uses of UnknownUserException in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that throw UnknownUserException Modifier and Type Method Description Map<String,Object>
ServerService. getUserAttributes(long userId)
Operation getUserAttributesCollection<DadaUsuari>
ServerService. getUserData(long userId)
Operation getUserDataDadaUsuari
ServerService. getUserData(long userId, String data)
Operation getUserDataCollection<RolGrant>
ServerService. getUserExplicitRoles(long userId, String dispatcherId)
Operation getUserExplicitRolesCollection<Grup>
ServerService. getUserGroups(String accountName, String dispatcherId)
Operation getUserGroupsCollection<Grup>
ServerService. getUserGroupsHierarchy(String accountName, String dispatcherId)
Operation getUserGroupsHierarchyUsuari
ServerService. getUserInfo(String account, String dispatcherId)
Operation getUserInfobyte[]
ServerService. getUserMazingerRules(long userId, String version)
Operation getUserMazingerRulesCollection<UsuariGrup>
ServerService. getUserMemberships(String accountName, String dispatcherId)
Operation getUserMembershipsCollection<UsuariImpressora>
ServerService. getUserPrinters(Long userId)
Operation getUserPrintersCollection<RolGrant>
ServerService. getUserRoles(long userId, String dispatcherid)
Operation getUserRolesCollection<Secret>
ServerService. getUserSecrets(long userId)
Operation getUserSecretsboolean
ServerService. hasSupportAccessHost(long hostId, long userId)
Operation hasSupportAccessHostChallenge
LogonService. requestChallenge(int type, String user, String domain, String host, String clientHost, int cardSupport)
Operation requestChallengePasswordValidation
ServerService. validatePassword(String account, String dispatcherId, Password p)
Operation validatePassword
-