Class JPARealm
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
-
- org.apache.syncope.core.persistence.jpa.entity.JPARealm
-
- All Implemented Interfaces:
Serializable,Entity,Realm
@Entity @RealmCheck public class JPARealm extends AbstractGeneratedKeyEntity implements Realm
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPARealm()
-
Method Summary
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFullPath
public String getFullPath()
- Specified by:
getFullPathin interfaceRealm
-
getAccountPolicy
public AccountPolicy getAccountPolicy()
- Specified by:
getAccountPolicyin interfaceRealm
-
getPasswordPolicy
public PasswordPolicy getPasswordPolicy()
- Specified by:
getPasswordPolicyin interfaceRealm
-
setFullPath
public void setFullPath(String fullPath)
-
setAccountPolicy
public void setAccountPolicy(AccountPolicy accountPolicy)
- Specified by:
setAccountPolicyin interfaceRealm
-
setPasswordPolicy
public void setPasswordPolicy(PasswordPolicy passwordPolicy)
- Specified by:
setPasswordPolicyin interfaceRealm
-
getAuthPolicy
public AuthPolicy getAuthPolicy()
- Specified by:
getAuthPolicyin interfaceRealm
-
setAuthPolicy
public void setAuthPolicy(AuthPolicy authPolicy)
- Specified by:
setAuthPolicyin interfaceRealm
-
getAccessPolicy
public AccessPolicy getAccessPolicy()
- Specified by:
getAccessPolicyin interfaceRealm
-
setAccessPolicy
public void setAccessPolicy(AccessPolicy accessPolicy)
- Specified by:
setAccessPolicyin interfaceRealm
-
add
public boolean add(Implementation action)
-
getActions
public List<? extends Implementation> getActions()
- Specified by:
getActionsin interfaceRealm
-
add
public boolean add(AnyTemplateRealm template)
-
getTemplate
public Optional<? extends AnyTemplateRealm> getTemplate(AnyType anyType)
- Specified by:
getTemplatein interfaceRealm
-
getTemplates
public List<? extends AnyTemplateRealm> getTemplates()
- Specified by:
getTemplatesin interfaceRealm
-
setAttrReleasePolicy
public void setAttrReleasePolicy(AttrReleasePolicy policy)
- Specified by:
setAttrReleasePolicyin interfaceRealm
-
getAttrReleasePolicy
public AttrReleasePolicy getAttrReleasePolicy()
- Specified by:
getAttrReleasePolicyin interfaceRealm
-
getTicketExpirationPolicy
public TicketExpirationPolicy getTicketExpirationPolicy()
- Specified by:
getTicketExpirationPolicyin interfaceRealm
-
setTicketExpirationPolicy
public void setTicketExpirationPolicy(TicketExpirationPolicy policy)
- Specified by:
setTicketExpirationPolicyin interfaceRealm
-
add
public boolean add(ExternalResource resource)
-
getResourceKeys
public List<String> getResourceKeys()
- Specified by:
getResourceKeysin interfaceRealm
-
getResources
public List<? extends ExternalResource> getResources()
- Specified by:
getResourcesin interfaceRealm
-
-