Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.AuthorityBindingType
-
Packages that use AuthorityBindingType Package Description com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.internal.saml11.jaxb20 -
-
Uses of AuthorityBindingType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Subclasses of AuthorityBindingType in com.sun.xml.wss.saml.assertion.saml11.jaxb20 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 AuthorityBindingType Modifier and Type Method Description static AuthorityBindingTypeAuthorityBinding. fromElement(Element element)Constructs anAuthorityBindingelement from an existing XML block.Constructors in com.sun.xml.wss.saml.assertion.saml11.jaxb20 with parameters of type AuthorityBindingType Constructor Description AuthorityBinding(AuthorityBindingType authBinType) -
Uses of AuthorityBindingType in com.sun.xml.wss.saml.internal.saml11.jaxb20
Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 with type parameters of type AuthorityBindingType Modifier and Type Field Description protected List<AuthorityBindingType>AuthenticationStatementType. authorityBindingMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return AuthorityBindingType Modifier and Type Method Description AuthorityBindingTypeObjectFactory. createAuthorityBindingType()Create an instance ofAuthorityBindingTypeMethods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type AuthorityBindingType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthorityBindingType>ObjectFactory. createAuthorityBinding(AuthorityBindingType value)List<AuthorityBindingType>AuthenticationStatementType. getAuthorityBinding()Gets the value of the authorityBinding property.Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type AuthorityBindingType Modifier and Type Method Description javax.xml.bind.JAXBElement<AuthorityBindingType>ObjectFactory. createAuthorityBinding(AuthorityBindingType value)
-