Class SecurityRealm

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.security.SecurityRealm
All Implemented Interfaces:
Serializable

public class SecurityRealm extends BasePOJO
See Also:
  • Constructor Details

    • SecurityRealm

      public SecurityRealm()
  • Method Details

    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object
    • setRealmName

      public void setRealmName(String pRealmName)
    • getRealmName

      public String getRealmName()
    • setActive

      public void setActive(boolean pActive)
    • isActive

      public boolean isActive()
    • setRealmClass

      public void setRealmClass(String pRealmClass)
    • getRealmClass

      public String getRealmClass()
    • setAttribute1

      public void setAttribute1(String pAttribute1)
    • getAttribute1

      public String getAttribute1()
    • setAttribute2

      public void setAttribute2(String pAttribute2)
    • getAttribute2

      public String getAttribute2()
    • setAttribute3

      public void setAttribute3(String pAttribute3)
    • getAttribute3

      public String getAttribute3()
    • setAttribute4

      public void setAttribute4(String pAttribute4)
    • getAttribute4

      public String getAttribute4()
    • setAttribute5

      public void setAttribute5(String pAttribute5)
    • getAttribute5

      public String getAttribute5()
    • setAttribute6

      public void setAttribute6(String pAttribute6)
    • getAttribute6

      public String getAttribute6()
    • setAttribute7

      public void setAttribute7(String pAttribute7)
    • getAttribute7

      public String getAttribute7()
    • setAttribute8

      public void setAttribute8(String pAttribute8)
    • getAttribute8

      public String getAttribute8()
    • setAttribute9

      public void setAttribute9(String pAttribute9)
    • getAttribute9

      public String getAttribute9()
    • setAttribute10

      public void setAttribute10(String pAttribute10)
    • getAttribute10

      public String getAttribute10()
    • setSecAttribute1

      public void setSecAttribute1(String pSecAttribute1)
    • getSecAttribute1

      public String getSecAttribute1()
    • setSecAttribute2

      public void setSecAttribute2(String pSecAttribute2)
    • getSecAttribute2

      public String getSecAttribute2()
    • isRoleMappingEnabled

      public Boolean isRoleMappingEnabled()
    • setRealmId

      public void setRealmId(long pRealmId)
    • getRealmId

      public long getRealmId()