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 ProxyRestriction
AssertionFactory. createProxyRestriction()
Returns a new instance ofProxyRestriction
.ProxyRestriction
AssertionFactory. createProxyRestriction(String xml)
Returns a new instance ofProxyRestriction
.ProxyRestriction
AssertionFactory. 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 ofProxyRestriction
Method parameters in com.sun.identity.saml2.assertion with type arguments of type ProxyRestriction Modifier and Type Method Description void
Conditions. setProxyRestrictions(List<ProxyRestriction> prs)
Sets a list ofProxyRestriction
-