Uses of Class
com.sun.identity.entitlement.xacml3.core.Result
-
Packages that use Result Package Description com.sun.identity.entitlement.xacml3.core DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -
-
Uses of Result in com.sun.identity.entitlement.xacml3.core
Fields in com.sun.identity.entitlement.xacml3.core with type parameters of type Result Modifier and Type Field Description protected List<Result>Response. resultMethods in com.sun.identity.entitlement.xacml3.core that return Result Modifier and Type Method Description ResultObjectFactory. createResult()Create an instance ofResultMethods in com.sun.identity.entitlement.xacml3.core that return types with arguments of type Result Modifier and Type Method Description JAXBElement<Result>ObjectFactory. createResult(Result value)List<Result>Response. getResult()Gets the value of the result property.Methods in com.sun.identity.entitlement.xacml3.core with parameters of type Result Modifier and Type Method Description JAXBElement<Result>ObjectFactory. createResult(Result value)
-