Uses of Class
cz.metacentrum.perun.core.api.NamespaceRules
Packages that use NamespaceRules
Package
Description
-
Uses of NamespaceRules in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return types with arguments of type NamespaceRulesModifier and TypeMethodDescriptionMembersManager.getAllNamespacesRules()
Return all loaded namespaces rules. -
Uses of NamespaceRules in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return NamespaceRulesModifier and TypeMethodDescriptionMembersManagerBl.getNamespaceRules
(String namespace) Get NamespaceRules for the namespace from the LoginNamespacesRulesConfigContainerMethods in cz.metacentrum.perun.core.bl that return types with arguments of type NamespaceRulesModifier and TypeMethodDescriptionMembersManagerBl.getAllNamespacesRules()
Return all loaded namespaces rules. -
Uses of NamespaceRules in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return NamespaceRulesMethods in cz.metacentrum.perun.core.blImpl that return types with arguments of type NamespaceRules -
Uses of NamespaceRules in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return types with arguments of type NamespaceRules -
Uses of NamespaceRules in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that return NamespaceRulesModifier and TypeMethodDescriptionLoginNamespacesRulesConfigContainer.getNamespaceRules
(String namespace) Get Rules for a specific namespace from the LoginNamespacesRulesConfigContainerMembersManagerImpl.getNamespaceRules
(String namespace) Methods in cz.metacentrum.perun.core.impl that return types with arguments of type NamespaceRulesModifier and TypeMethodDescriptionLoginNamespacesRulesConfigContainer.getAllNamespacesRules()
MembersManagerImpl.getAllNamespacesRules()
LoginNamespacesRulesConfigLoader.loadNamespacesRulesConfig()
Method parameters in cz.metacentrum.perun.core.impl with type arguments of type NamespaceRulesModifier and TypeMethodDescriptionvoid
LoginNamespacesRulesConfigContainer.setNamespacesRules
(Map<String, NamespaceRules> namespacesRules) -
Uses of NamespaceRules in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that return NamespaceRulesModifier and TypeMethodDescriptionMembersManagerImplApi.getNamespaceRules
(String namespace) Get NamespaceRules for the namespace from the LoginNamespacesRulesConfigContainerMethods in cz.metacentrum.perun.core.implApi that return types with arguments of type NamespaceRulesModifier and TypeMethodDescriptionMembersManagerImplApi.getAllNamespacesRules()
Return all loaded namespaces rules.