public class UserTokenPolicy extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
UserTokenPolicy.Builder |
static class |
UserTokenPolicy.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
UserTokenPolicy() |
|
UserTokenPolicy(String f_policyId,
UserTokenType f_tokenType,
String f_issuedTokenType,
String f_issuerEndpointUrl,
String f_securityPolicyUri) |
protected |
UserTokenPolicy(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static UserTokenPolicy.Builder |
builder() |
UserTokenPolicy |
clone()
Clones the Structure.
|
String |
getIssuedTokenType() |
String |
getIssuerEndpointUrl() |
String |
getPolicyId() |
String |
getSecurityPolicyUri() |
UserTokenType |
getTokenType() |
void |
setIssuedTokenType(String value) |
void |
setIssuerEndpointUrl(String value) |
void |
setPolicyId(String value) |
void |
setSecurityPolicyUri(String value) |
void |
setTokenType(UserTokenType value) |
UserTokenPolicy.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public UserTokenPolicy()
protected UserTokenPolicy(UaDataTypeSpecification specification)
public UserTokenPolicy(String f_policyId, UserTokenType f_tokenType, String f_issuedTokenType, String f_issuerEndpointUrl, String f_securityPolicyUri)
public String getPolicyId()
public void setPolicyId(String value)
public UserTokenType getTokenType()
public void setTokenType(UserTokenType value)
public String getIssuedTokenType()
public void setIssuedTokenType(String value)
public String getIssuerEndpointUrl()
public void setIssuerEndpointUrl(String value)
public String getSecurityPolicyUri()
public void setSecurityPolicyUri(String value)
public UserTokenPolicy clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static UserTokenPolicy.Builder builder()
public UserTokenPolicy.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.