Package flexagon.fd.model.pojos.security
Class SecurityRealm
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.security.SecurityRealm
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanisActive()voidsetActive(boolean pActive) voidsetAttribute1(String pAttribute1) voidsetAttribute10(String pAttribute10) voidsetAttribute2(String pAttribute2) voidsetAttribute3(String pAttribute3) voidsetAttribute4(String pAttribute4) voidsetAttribute5(String pAttribute5) voidsetAttribute6(String pAttribute6) voidsetAttribute7(String pAttribute7) voidsetAttribute8(String pAttribute8) voidsetAttribute9(String pAttribute9) voidsetRealmClass(String pRealmClass) voidsetRealmId(long pRealmId) voidsetRealmName(String pRealmName) voidsetSecAttribute1(String pSecAttribute1) voidsetSecAttribute2(String pSecAttribute2) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
SecurityRealm
public SecurityRealm()
-
-
Method Details
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
setRealmName
-
getRealmName
-
setActive
public void setActive(boolean pActive) -
isActive
public boolean isActive() -
setRealmClass
-
getRealmClass
-
setAttribute1
-
getAttribute1
-
setAttribute2
-
getAttribute2
-
setAttribute3
-
getAttribute3
-
setAttribute4
-
getAttribute4
-
setAttribute5
-
getAttribute5
-
setAttribute6
-
getAttribute6
-
setAttribute7
-
getAttribute7
-
setAttribute8
-
getAttribute8
-
setAttribute9
-
getAttribute9
-
setAttribute10
-
getAttribute10
-
setSecAttribute1
-
getSecAttribute1
-
setSecAttribute2
-
getSecAttribute2
-
isRoleMappingEnabled
-
setRealmId
public void setRealmId(long pRealmId) -
getRealmId
public long getRealmId()
-