Uses of Interface
com.sun.xml.wss.saml.AuthorityBinding
-
Packages that use AuthorityBinding Package Description com.sun.xml.wss.impl.callback com.sun.xml.wss.saml com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.impl -
-
Uses of AuthorityBinding in com.sun.xml.wss.impl.callback
Methods in com.sun.xml.wss.impl.callback that return AuthorityBinding Modifier and Type Method Description AuthorityBindingSAMLCallback. getAuthorityBinding()Methods in com.sun.xml.wss.impl.callback with parameters of type AuthorityBinding Modifier and Type Method Description voidSAMLCallback. setAuthorityBinding(AuthorityBinding auth) -
Uses of AuthorityBinding in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return AuthorityBinding Modifier and Type Method Description abstract AuthorityBindingSAMLAssertionFactory. createAuthorityBinding(QName authKind, String location, String binding)Constructs an instance ofAuthorityBinding.Methods in com.sun.xml.wss.saml that return types with arguments of type AuthorityBinding Modifier and Type Method Description List<AuthorityBinding>AuthenticationStatement. getAuthorityBindingList()Gets the value of the authorityBinding property. -
Uses of AuthorityBinding in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement AuthorityBinding Modifier and Type Class Description classAuthorityBindingTheAuthorityBindingelement may be used to indicate to a replying party receiving anAuthenticationStatementthat a SAML authority may be available to provide additional information about the subject of the statement.Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return types with arguments of type AuthorityBinding Modifier and Type Method Description List<AuthorityBinding>AuthenticationStatement. getAuthorityBindingList() -
Uses of AuthorityBinding in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return AuthorityBinding Modifier and Type Method Description AuthorityBindingSAMLAssertion2_1FactoryImpl. createAuthorityBinding(QName authKind, String location, String binding)AuthorityBindingSAMLAssertion2_2FactoryImpl. createAuthorityBinding(QName authKind, String location, String binding)
-