Uses of Class
cz.metacentrum.perun.core.api.exceptions.PasswordCreationFailedException
Packages that use PasswordCreationFailedException
Package
Description
-
Uses of PasswordCreationFailedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw PasswordCreationFailedExceptionModifier and TypeMethodDescriptionvoid
UsersManager.createAlternativePassword
(PerunSession sess, User user, String description, String loginNamespace, String password) Creates alternative password in external system.MembersManager.createSponsoredMember
(PerunSession session, SponsoredUserData data, Vo vo, User sponsor, LocalDate validityTo, boolean sendActivationLink, String language, String url) Creates a new sponsored Member and its User.void
UsersManager.reservePassword
(PerunSession sess, User user, String loginNamespace, String password) Reserves the password in external system.void
UsersManager.reservePassword
(PerunSession sess, String userLogin, String loginNamespace, String password) Reserves the password in external system.void
UsersManager.reserveRandomPassword
(PerunSession sess, User user, String loginNamespace) Reserves random password in external system.MembersManager.setSponsoredMember
(PerunSession session, Vo vo, User userToBeSponsored, String namespace, String password, String login, User sponsor, LocalDate validityTo) Creates a sponsored membership for the given user.void
UsersManager.validatePassword
(PerunSession sess, User user, String loginNamespace) Validates the password in external system and sets user extSources and extSource related attributes.void
UsersManager.validatePassword
(PerunSession sess, String userLogin, String loginNamespace) Validates the password in external system and sets user extSources and extSource related attributes. -
Uses of PasswordCreationFailedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw PasswordCreationFailedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBl.createAlternativePassword
(PerunSession sess, User user, String description, String loginNamespace, String password) Creates alternative password in external system.MembersManagerBl.createSponsoredMember
(PerunSession session, SponsoredUserData data, Vo vo, User sponsor, LocalDate validityTo, boolean sendActivationLink, String language, String url, Validation validation) Creates a new sponsored member.void
UsersManagerBl.reservePassword
(PerunSession sess, User user, String loginNamespace, String password) Reserves the password in external system.void
UsersManagerBl.reservePassword
(PerunSession sess, String userLogin, String loginNamespace, String password) Reserves the password in external system.void
UsersManagerBl.reserveRandomPassword
(PerunSession sess, User user, String loginNamespace) Reserves random password in external system.MembersManagerBl.setSponsoredMember
(PerunSession session, SponsoredUserData data, Vo vo, User userToBeSponsored, User sponsor, LocalDate validityTo, Validation validation) Creates a sponsored membership for the given user.MembersManagerBl.setSponsoredMember
(PerunSession session, Vo vo, User userToBeSponsored, String namespace, String password, User sponsor, Validation validation) Creates a sponsored membership for the given user.void
UsersManagerBl.validatePassword
(PerunSession sess, User user, String loginNamespace) Validates the password in external system and sets user extSources and extSource related attributes.void
UsersManagerBl.validatePassword
(PerunSession sess, String userLogin, String loginNamespace) Validates the password in external system and sets user extSources and extSource related attributes. -
Uses of PasswordCreationFailedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw PasswordCreationFailedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerBlImpl.createAlternativePassword
(PerunSession sess, User user, String description, String loginNamespace, String password) MembersManagerBlImpl.createSponsoredMember
(PerunSession sess, SponsoredUserData data, Vo vo, User sponsor, LocalDate validityTo, boolean sendActivationLink, String language, String url, Validation validation) void
UsersManagerBlImpl.reservePassword
(PerunSession sess, User user, String loginNamespace, String password) void
UsersManagerBlImpl.reservePassword
(PerunSession sess, String userLogin, String loginNamespace, String password) void
UsersManagerBlImpl.reserveRandomPassword
(PerunSession sess, User user, String loginNamespace) MembersManagerBlImpl.setSponsoredMember
(PerunSession session, SponsoredUserData data, Vo vo, User userToBeSponsored, User sponsor, LocalDate validityTo, Validation validation) MembersManagerBlImpl.setSponsoredMember
(PerunSession session, Vo vo, User userToBeSponsored, String namespace, String password, User sponsor, Validation validation) void
UsersManagerBlImpl.validatePassword
(PerunSession sess, User user, String loginNamespace) void
UsersManagerBlImpl.validatePassword
(PerunSession sess, String userLogin, String loginNamespace) -
Uses of PasswordCreationFailedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw PasswordCreationFailedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerEntry.createAlternativePassword
(PerunSession sess, User user, String description, String loginNamespace, String password) MembersManagerEntry.createSponsoredMember
(PerunSession session, SponsoredUserData data, Vo vo, User sponsor, LocalDate validityTo, boolean sendActivationLink, String language, String url) void
UsersManagerEntry.reservePassword
(PerunSession sess, User user, String loginNamespace, String password) void
UsersManagerEntry.reservePassword
(PerunSession sess, String userLogin, String loginNamespace, String password) void
UsersManagerEntry.reserveRandomPassword
(PerunSession sess, User user, String loginNamespace) MembersManagerEntry.setSponsoredMember
(PerunSession session, Vo vo, User userToBeSponsored, String namespace, String password, String login, User sponsor, LocalDate validityTo) void
UsersManagerEntry.validatePassword
(PerunSession sess, User user, String loginNamespace) void
UsersManagerEntry.validatePassword
(PerunSession sess, String userLogin, String loginNamespace)