Uses of Interface
com.sun.identity.saml2.assertion.ProxyRestriction
-
Packages that use ProxyRestriction Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion. -
-
Uses of ProxyRestriction in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return ProxyRestriction Modifier and Type Method Description ProxyRestrictionAssertionFactory. createProxyRestriction()Returns a new instance ofProxyRestriction.ProxyRestrictionAssertionFactory. createProxyRestriction(String xml)Returns a new instance ofProxyRestriction.ProxyRestrictionAssertionFactory. createProxyRestriction(Element elem)Returns a new instance ofProxyRestriction.Methods in com.sun.identity.saml2.assertion that return types with arguments of type ProxyRestriction Modifier and Type Method Description List<ProxyRestriction>Conditions. getProxyRestrictions()Returns a list ofProxyRestrictionMethod parameters in com.sun.identity.saml2.assertion with type arguments of type ProxyRestriction Modifier and Type Method Description voidConditions. setProxyRestrictions(List<ProxyRestriction> prs)Sets a list ofProxyRestriction
-