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 ControlFlagACLProviderEntry. 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 voidACLProviderEntry. 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 ControlFlagAuthModuleEntry. getControlFlag()Methods in org.jboss.security.auth.container.config with parameters of type ControlFlag Modifier and Type Method Description voidAuthModuleEntry. 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. controlFlagsControl Flags for the individual modulesMethod parameters in org.jboss.security.auth.message.config with type arguments of type ControlFlag Modifier and Type Method Description voidJBossServerAuthContext. 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 ControlFlagAuthorizationModuleEntry. 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 voidAuthorizationModuleEntry. 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 ControlFlagControlFlag. OPTIONALstatic ControlFlagControlFlag. REQUIREDstatic ControlFlagControlFlag. REQUISITEstatic ControlFlagControlFlag. SUFFICIENTMethods in org.jboss.security.config that return ControlFlag Modifier and Type Method Description static ControlFlagControlFlag. 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. controlFlagsControl 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 ControlFlagIdentityTrustModuleEntry. getControlFlag()Methods in org.jboss.security.identitytrust.config with parameters of type ControlFlag Modifier and Type Method Description voidIdentityTrustModuleEntry. setControlFlag(ControlFlag controlFlag)
-