public class SecurityPolicyType extends ObjectType implements Serializable, Cloneable
Java class for SecurityPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityPolicyType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType"> <sequence> <element name="authentication" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthenticationsPolicyType" minOccurs="0"/> <element name="credentials" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialsPolicyType" minOccurs="0"/> <element name="registration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RegistrationsPolicyType" minOccurs="0"/> <element name="credentialsReset" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CredentialsResetPolicyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_AUTHENTICATION |
static QName |
F_CREDENTIALS |
static QName |
F_CREDENTIALS_RESET |
static QName |
F_REGISTRATION |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_LIFECYCLE_STATE, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TENANT_REF, F_TRIGGER
Constructor and Description |
---|
SecurityPolicyType() |
SecurityPolicyType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
SecurityPolicyType |
clone() |
AuthenticationsPolicyType |
getAuthentication() |
CredentialsPolicyType |
getCredentials() |
CredentialsResetPolicyType |
getCredentialsReset() |
RegistrationsPolicyType |
getRegistration() |
void |
setAuthentication(AuthenticationsPolicyType value) |
void |
setCredentials(CredentialsPolicyType value) |
void |
setCredentialsReset(CredentialsResetPolicyType value) |
void |
setRegistration(RegistrationsPolicyType value) |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getLifecycleState, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setLifecycleState, setMetadata, setName, setOid, setTenantRef, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_AUTHENTICATION
public static final QName F_CREDENTIALS
public static final QName F_REGISTRATION
public static final QName F_CREDENTIALS_RESET
public SecurityPolicyType()
public SecurityPolicyType(PrismContext prismContext)
public AuthenticationsPolicyType getAuthentication()
public void setAuthentication(AuthenticationsPolicyType value)
public CredentialsPolicyType getCredentials()
public void setCredentials(CredentialsPolicyType value)
public RegistrationsPolicyType getRegistration()
public void setRegistration(RegistrationsPolicyType value)
public CredentialsResetPolicyType getCredentialsReset()
public void setCredentialsReset(CredentialsResetPolicyType value)
public SecurityPolicyType clone()
clone
in class ObjectType
Copyright © 2017 Evolveum. All rights reserved.