Class PerformGenerateCredentialRequestAction
- java.lang.Object
-
- org.certificateservices.messages.autoenroll.jaxb.PerformGenerateCredentialRequestAction
-
public class PerformGenerateCredentialRequestAction extends java.lang.ObjectJava class for PerformGenerateCredentialRequestAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformGenerateCredentialRequestAction"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="keyRecoverable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="wrappingCredential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential" minOccurs="0"/> <element name="credentialSubType"> <element name="tokenRequestAttributes"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tokenRequestAttribute" type="{http://certificateservices.org/xsd/csmessages2_0}Attribute" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPerformGenerateCredentialRequestAction.TokenRequestAttributesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcredentialSubTypeprotected booleankeyRecoverableprotected PerformGenerateCredentialRequestAction.TokenRequestAttributestokenRequestAttributesprotected CredentialwrappingCredential
-
Constructor Summary
Constructors Constructor Description PerformGenerateCredentialRequestAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCredentialSubType()Gets the value of the credentialSubType property.PerformGenerateCredentialRequestAction.TokenRequestAttributesgetTokenRequestAttributes()Gets the value of the tokenRequestAttributes property.CredentialgetWrappingCredential()Gets the value of the wrappingCredential property.booleanisKeyRecoverable()Gets the value of the keyRecoverable property.voidsetCredentialSubType(java.lang.String value)Sets the value of the credentialSubType property.voidsetKeyRecoverable(boolean value)Sets the value of the keyRecoverable property.voidsetTokenRequestAttributes(PerformGenerateCredentialRequestAction.TokenRequestAttributes value)Sets the value of the tokenRequestAttributes property.voidsetWrappingCredential(Credential value)Sets the value of the wrappingCredential property.
-
-
-
Field Detail
-
keyRecoverable
protected boolean keyRecoverable
-
wrappingCredential
protected Credential wrappingCredential
-
credentialSubType
protected java.lang.String credentialSubType
-
tokenRequestAttributes
protected PerformGenerateCredentialRequestAction.TokenRequestAttributes tokenRequestAttributes
-
-
Method Detail
-
isKeyRecoverable
public boolean isKeyRecoverable()
Gets the value of the keyRecoverable property.
-
setKeyRecoverable
public void setKeyRecoverable(boolean value)
Sets the value of the keyRecoverable property.
-
getWrappingCredential
public Credential getWrappingCredential()
Gets the value of the wrappingCredential property.- Returns:
- possible object is
Credential
-
setWrappingCredential
public void setWrappingCredential(Credential value)
Sets the value of the wrappingCredential property.- Parameters:
value- allowed object isCredential
-
getCredentialSubType
public java.lang.String getCredentialSubType()
Gets the value of the credentialSubType property.
-
setCredentialSubType
public void setCredentialSubType(java.lang.String value)
Sets the value of the credentialSubType property.
-
getTokenRequestAttributes
public PerformGenerateCredentialRequestAction.TokenRequestAttributes getTokenRequestAttributes()
Gets the value of the tokenRequestAttributes property.- Returns:
- possible object is
PerformGenerateCredentialRequestAction.TokenRequestAttributes
-
setTokenRequestAttributes
public void setTokenRequestAttributes(PerformGenerateCredentialRequestAction.TokenRequestAttributes value)
Sets the value of the tokenRequestAttributes property.- Parameters:
value- allowed object isPerformGenerateCredentialRequestAction.TokenRequestAttributes
-
-