Package org.nentangso.core.domain
Class NtsAuthority
- java.lang.Object
-
- org.nentangso.core.domain.NtsAuthority
-
- All Implemented Interfaces:
Serializable,org.springframework.data.domain.Persistable<String>
@Table("nts_authorities") public class NtsAuthority extends Object implements Serializable, org.springframework.data.domain.Persistable<String>An authority (a security role) used by Spring Security.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NtsAuthority()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.springframework.data.domain.Persistable<String>
-
isNew
public boolean isNew()
- Specified by:
isNewin interfaceorg.springframework.data.domain.Persistable<String>
-
-