Uses of Class
cz.metacentrum.perun.core.api.BlockedLogin
Packages that use BlockedLogin
Package
Description
-
Uses of BlockedLogin in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return types with arguments of type BlockedLoginModifier and TypeMethodDescriptionUsersManager.getAllBlockedLoginsInNamespaces
(PerunSession sess) Returns all blocked logins in namespaces (if namespace is null, then this login is blocked globally)UsersManager.getBlockedLoginsPage
(PerunSession sess, BlockedLoginsPageQuery query) Get page of blocked logins. -
Uses of BlockedLogin in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return types with arguments of type BlockedLoginModifier and TypeMethodDescriptionUsersManagerBl.getAllBlockedLoginsInNamespaces
(PerunSession sess) Returns all blocked logins in namespaces (if namespace is null, then this login is blocked globally)UsersManagerBl.getBlockedLoginsPage
(PerunSession sess, BlockedLoginsPageQuery query) Get page of blocked logins. -
Uses of BlockedLogin in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type BlockedLoginModifier and TypeMethodDescriptionUsersManagerBlImpl.getAllBlockedLoginsInNamespaces
(PerunSession sess) UsersManagerBlImpl.getBlockedLoginsPage
(PerunSession sess, BlockedLoginsPageQuery query) -
Uses of BlockedLogin in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return types with arguments of type BlockedLoginModifier and TypeMethodDescriptionUsersManagerEntry.getAllBlockedLoginsInNamespaces
(PerunSession sess) UsersManagerEntry.getBlockedLoginsPage
(PerunSession sess, BlockedLoginsPageQuery query) -
Uses of BlockedLogin in cz.metacentrum.perun.core.impl
Fields in cz.metacentrum.perun.core.impl with type parameters of type BlockedLoginModifier and TypeFieldDescriptionstatic final RowMapper
<BlockedLogin> UsersManagerImpl.BLOCKED_LOGINS_MAPPER
Methods in cz.metacentrum.perun.core.impl that return BlockedLoginModifier and TypeMethodDescriptionUsersManagerImpl.getBlockedLoginById
(PerunSession sess, int id) Methods in cz.metacentrum.perun.core.impl that return types with arguments of type BlockedLoginModifier and TypeMethodDescriptionUsersManagerImpl.getAllBlockedLoginsInNamespaces
(PerunSession sess) UsersManagerImpl.getBlockedLoginsPage
(PerunSession sess, BlockedLoginsPageQuery query) -
Uses of BlockedLogin in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that return BlockedLoginModifier and TypeMethodDescriptionUsersManagerImplApi.getBlockedLoginById
(PerunSession sess, int id) Get blocked login by idMethods in cz.metacentrum.perun.core.implApi that return types with arguments of type BlockedLoginModifier and TypeMethodDescriptionUsersManagerImplApi.getAllBlockedLoginsInNamespaces
(PerunSession sess) Returns all blocked logins in namespaces (if namespace is null, then this login is blocked globally)UsersManagerImplApi.getBlockedLoginsPage
(PerunSession sess, BlockedLoginsPageQuery query) Get page of blocked logins.