Interface KerberosTokenElement
-
- All Superinterfaces:
javax.xml.bind.Element,TokenAssertionType
- All Known Implementing Classes:
KerberosTokenElementImpl
public interface KerberosTokenElement extends javax.xml.bind.Element, TokenAssertionType
5.3.4 KerberosToken Assertion Java content class for KerberosToken element declaration.The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/wsfederation/ws-securitypolicy-1.2.xsd line 318)
<element name="KerberosToken" type="{http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200512}TokenAssertionType"/>
-
-
Method Summary
-
Methods inherited from interface com.sun.identity.wsfederation.jaxb.wsspolicy.TokenAssertionType
getAny, getIncludeToken, setIncludeToken
-
-