Package org.apache.cxf.xkms.model.xkms
Class AuthenticationType
- java.lang.Object
-
- org.apache.cxf.xkms.model.xkms.AuthenticationType
-
public class AuthenticationType extends Object
Java class for AuthenticationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthenticationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.w3.org/2002/03/xkms#}KeyBindingAuthentication" minOccurs="0"/> <element ref="{http://www.w3.org/2002/03/xkms#}NotBoundAuthentication" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected KeyBindingAuthenticationTypekeyBindingAuthenticationprotected NotBoundAuthenticationTypenotBoundAuthentication
-
Constructor Summary
Constructors Constructor Description AuthenticationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyBindingAuthenticationTypegetKeyBindingAuthentication()Gets the value of the keyBindingAuthentication property.NotBoundAuthenticationTypegetNotBoundAuthentication()Gets the value of the notBoundAuthentication property.voidsetKeyBindingAuthentication(KeyBindingAuthenticationType value)Sets the value of the keyBindingAuthentication property.voidsetNotBoundAuthentication(NotBoundAuthenticationType value)Sets the value of the notBoundAuthentication property.
-
-
-
Field Detail
-
keyBindingAuthentication
protected KeyBindingAuthenticationType keyBindingAuthentication
-
notBoundAuthentication
protected NotBoundAuthenticationType notBoundAuthentication
-
-
Method Detail
-
getKeyBindingAuthentication
public KeyBindingAuthenticationType getKeyBindingAuthentication()
Gets the value of the keyBindingAuthentication property.- Returns:
- possible object is
KeyBindingAuthenticationType
-
setKeyBindingAuthentication
public void setKeyBindingAuthentication(KeyBindingAuthenticationType value)
Sets the value of the keyBindingAuthentication property.- Parameters:
value- allowed object isKeyBindingAuthenticationType
-
getNotBoundAuthentication
public NotBoundAuthenticationType getNotBoundAuthentication()
Gets the value of the notBoundAuthentication property.- Returns:
- possible object is
NotBoundAuthenticationType
-
setNotBoundAuthentication
public void setNotBoundAuthentication(NotBoundAuthenticationType value)
Sets the value of the notBoundAuthentication property.- Parameters:
value- allowed object isNotBoundAuthenticationType
-
-