Uses of Class
org.jboss.security.config.ControlFlag
-
-
Uses of ControlFlag in org.jboss.security.acl.config
Methods in org.jboss.security.acl.config that return ControlFlag Modifier and Type Method Description ControlFlag
ACLProviderEntry. getControlFlag()
Get the Control Flag (Required,Requisite,Sufficient or Optional)Methods in org.jboss.security.acl.config with parameters of type ControlFlag Modifier and Type Method Description void
ACLProviderEntry. setControlFlag(ControlFlag controlFlag)
Set the Control Flag (Required,Requisite,Sufficient or Optional) -
Uses of ControlFlag in org.jboss.security.auth.container.config
Methods in org.jboss.security.auth.container.config that return ControlFlag Modifier and Type Method Description ControlFlag
AuthModuleEntry. getControlFlag()
Methods in org.jboss.security.auth.container.config with parameters of type ControlFlag Modifier and Type Method Description void
AuthModuleEntry. setControlFlag(ControlFlag flag)
-
Uses of ControlFlag in org.jboss.security.auth.message.config
Fields in org.jboss.security.auth.message.config with type parameters of type ControlFlag Modifier and Type Field Description protected List<ControlFlag>
JBossServerAuthContext. controlFlags
Control Flags for the individual modulesMethod parameters in org.jboss.security.auth.message.config with type arguments of type ControlFlag Modifier and Type Method Description void
JBossServerAuthContext. setControlFlags(List<ControlFlag> controlFlags)
-
Uses of ControlFlag in org.jboss.security.authorization.config
Methods in org.jboss.security.authorization.config that return ControlFlag Modifier and Type Method Description ControlFlag
AuthorizationModuleEntry. getControlFlag()
Get the Control Flag (Required,Requisite,Sufficient or Optional)Methods in org.jboss.security.authorization.config with parameters of type ControlFlag Modifier and Type Method Description void
AuthorizationModuleEntry. setControlFlag(ControlFlag controlFlag)
Set the Control Flag (Required,Requisite,Sufficient or Optional) -
Uses of ControlFlag in org.jboss.security.config
Fields in org.jboss.security.config declared as ControlFlag Modifier and Type Field Description static ControlFlag
ControlFlag. OPTIONAL
static ControlFlag
ControlFlag. REQUIRED
static ControlFlag
ControlFlag. REQUISITE
static ControlFlag
ControlFlag. SUFFICIENT
Methods in org.jboss.security.config that return ControlFlag Modifier and Type Method Description static ControlFlag
ControlFlag. valueOf(String flag)
Method that returns the correct Control flag that is associated with the argument flag, which can be (REQUIRED, REQUISITE, SUFFICIENT and OPTIONAL) -
Uses of ControlFlag in org.jboss.security.identitytrust
Fields in org.jboss.security.identitytrust with type parameters of type ControlFlag Modifier and Type Field Description protected ArrayList<ControlFlag>
IdentityTrustContext. controlFlags
Control Flags for the individual modules -
Uses of ControlFlag in org.jboss.security.identitytrust.config
Methods in org.jboss.security.identitytrust.config that return ControlFlag Modifier and Type Method Description ControlFlag
IdentityTrustModuleEntry. getControlFlag()
Methods in org.jboss.security.identitytrust.config with parameters of type ControlFlag Modifier and Type Method Description void
IdentityTrustModuleEntry. setControlFlag(ControlFlag controlFlag)
-