|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.security.IdentityInfo
public class IdentityInfo
This class defines the identity info.
| Constructor Summary | |
|---|---|
IdentityInfo()
Construct. |
|
IdentityInfo(inetsoft.uql.util.Identity identity)
Construct. |
|
| Method Summary | |
|---|---|
void |
addMember(String[] member)
|
String |
byteDecode(String encString)
Convert the encoded string to the original unencoded string. |
String |
byteEncode(String source)
Encode non-ascii characters to unicode enclosed in '[]'. |
String |
getAlias()
Get alias. |
inetsoft.uql.util.Identity |
getIdentity()
Get identity of the info. |
String[][] |
getMembers()
Get members of the identity. |
String |
getName()
Get name. |
String[] |
getRoles()
Get roles assigned to the identity. |
int |
getType()
Get type. |
boolean |
isActive()
Get active. |
boolean |
isEditable()
Check if this identity is editable or not. |
boolean |
isEncoding()
Check if this object should encoded when writing. |
void |
parseXML(Element elem)
Parse xml element representation. |
void |
setEditable(boolean editable)
Set this identity is editable. |
void |
setEncoding(boolean encoding)
Set encoding flag. |
void |
writeXML(PrintWriter writer)
Write xml element representation to a print writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityInfo()
public IdentityInfo(inetsoft.uql.util.Identity identity)
| Method Detail |
|---|
public String getName()
public int getType()
public boolean isActive()
public String getAlias()
public String[] getRoles()
public String[][] getMembers()
public inetsoft.uql.util.Identity getIdentity()
public void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the specified print writer.
public void parseXML(Element elem)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableelem - the specified xml element representation.
Exceptionpublic String byteEncode(String source)
byteEncode in interface inetsoft.sree.internal.HttpXMLSerializablesource - source string.
public String byteDecode(String encString)
byteDecode in interface inetsoft.sree.internal.HttpXMLSerializableencString - a string encoded using the byteEncode method.
public boolean isEncoding()
isEncoding in interface inetsoft.sree.internal.HttpXMLSerializabletrue if should encoded, false otherwise.public void setEncoding(boolean encoding)
setEncoding in interface inetsoft.sree.internal.HttpXMLSerializableencoding - true to encode.public void setEditable(boolean editable)
public boolean isEditable()
public void addMember(String[] member)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||