|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.xkms.model.xkms.AuthenticationType
public class AuthenticationType
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 | |
|---|---|
protected KeyBindingAuthenticationType |
keyBindingAuthentication
|
protected NotBoundAuthenticationType |
notBoundAuthentication
|
| Constructor Summary | |
|---|---|
AuthenticationType()
|
|
| Method Summary | |
|---|---|
KeyBindingAuthenticationType |
getKeyBindingAuthentication()
Gets the value of the keyBindingAuthentication property. |
NotBoundAuthenticationType |
getNotBoundAuthentication()
Gets the value of the notBoundAuthentication property. |
void |
setKeyBindingAuthentication(KeyBindingAuthenticationType value)
Sets the value of the keyBindingAuthentication property. |
void |
setNotBoundAuthentication(NotBoundAuthenticationType value)
Sets the value of the notBoundAuthentication property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected KeyBindingAuthenticationType keyBindingAuthentication
protected NotBoundAuthenticationType notBoundAuthentication
| Constructor Detail |
|---|
public AuthenticationType()
| Method Detail |
|---|
public KeyBindingAuthenticationType getKeyBindingAuthentication()
KeyBindingAuthenticationTypepublic void setKeyBindingAuthentication(KeyBindingAuthenticationType value)
value - allowed object is
KeyBindingAuthenticationTypepublic NotBoundAuthenticationType getNotBoundAuthentication()
NotBoundAuthenticationTypepublic void setNotBoundAuthentication(NotBoundAuthenticationType value)
value - allowed object is
NotBoundAuthenticationType
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||