public class CredentialSlotItem
extends java.lang.Object
Java class for credentialSlotItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="credentialSlotItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="localedata" type="{}localeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="password-secret" type="{}passwordSecretItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{}active"/>
<attribute name="system" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="resource" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="portletinstanceref" type="{}referenceTypeOptional" />
<attribute name="secrettype">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="undefined"/>
<enumeration value="userid-password"/>
<enumeration value="bytearray"/>
<enumeration value="java-object"/>
<enumeration value="no-secret-data"/>
<enumeration value="jaas-subject"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.lang.Boolean |
active |
protected java.lang.String |
domain |
protected java.util.List<LocaleData> |
localedata |
protected java.lang.String |
name |
protected java.lang.String |
objectid |
protected java.util.List<PasswordSecretItem> |
passwordSecret |
protected java.lang.String |
portletinstanceref |
protected java.lang.String |
resource |
protected java.lang.String |
secrettype |
protected java.lang.Boolean |
system |
protected java.lang.String |
uniquename |
protected java.lang.String |
user |
| Constructor and Description |
|---|
CredentialSlotItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.util.List<LocaleData> |
getLocaledata()
Gets the value of the localedata property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.util.List<PasswordSecretItem> |
getPasswordSecret()
Gets the value of the passwordSecret property.
|
java.lang.String |
getPortletinstanceref()
Gets the value of the portletinstanceref property.
|
java.lang.String |
getResource()
Gets the value of the resource property.
|
java.lang.String |
getSecrettype()
Gets the value of the secrettype property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
java.lang.String |
getUser()
Gets the value of the user property.
|
java.lang.Boolean |
isActive()
True if the slot contains an active credential; false, if it is a passive credential.
|
java.lang.Boolean |
isSystem()
Gets the value of the system property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setActive(java.lang.Boolean value)
Sets the value of the active property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setPortletinstanceref(java.lang.String value)
Sets the value of the portletinstanceref property.
|
void |
setResource(java.lang.String value)
Sets the value of the resource property.
|
void |
setSecrettype(java.lang.String value)
Sets the value of the secrettype property.
|
void |
setSystem(java.lang.Boolean value)
Sets the value of the system property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
void |
setUser(java.lang.String value)
Sets the value of the user property.
|
protected java.util.List<LocaleData> localedata
protected java.util.List<PasswordSecretItem> passwordSecret
protected java.lang.String name
protected java.lang.Boolean active
protected java.lang.Boolean system
protected java.lang.String resource
protected java.lang.String user
protected java.lang.String portletinstanceref
protected java.lang.String secrettype
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public java.util.List<LocaleData> getLocaledata()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the localedata property.
For example, to add a new item, do as follows:
getLocaledata().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleData
public java.util.List<PasswordSecretItem> getPasswordSecret()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the passwordSecret property.
For example, to add a new item, do as follows:
getPasswordSecret().add(newItem);
Objects of the following type(s) are allowed in the list
PasswordSecretItem
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isActive()
Booleanpublic void setActive(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isSystem()
Booleanpublic void setSystem(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getResource()
Stringpublic void setResource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUser()
Stringpublic void setUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPortletinstanceref()
Stringpublic void setPortletinstanceref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSecrettype()
Stringpublic void setSecrettype(java.lang.String value)
value - allowed object is
Stringpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniquename()
Stringpublic void setUniquename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
String