T
- Mapped component type@UESComponent public class SecurityRealmMapperEntry<T> extends java.lang.Object implements java.lang.Comparable<SecurityRealmMapperEntry<T>>
Modifier and Type | Field and Description |
---|---|
private T |
mappedComponent
Mapped component.
|
private java.lang.String |
securityRealm
Security realm.
|
Constructor and Description |
---|
SecurityRealmMapperEntry()
Creates new instance of SecurityRealmMapperEntry.
|
SecurityRealmMapperEntry(java.lang.String securityRealm,
Creates new instance of SecurityRealmMapperEntry.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SecurityRealmMapperEntry<T> other) |
boolean |
equals(java.lang.Object obj) |
T |
getMappedComponent() |
java.lang.String |
getSecurityRealm() |
int |
hashCode() |
void |
setMappedComponent(T mappedComponent) |
void |
setSecurityRealm(java.lang.String securityRealm) |
java.lang.String |
toString() |
securityRealm
- Security realm to which is component assigned.mappedComponent
- Mapped component.securityRealm
- Security realm to which is component assigned.mappedComponent
- Mapped component.equals
in class java.lang.Object
compareTo
in interface java.lang.Comparable<SecurityRealmMapperEntry<T>>
hashCode
in class java.lang.Object
toString
in class java.lang.Object