|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.security.sso.spnego.SpnegoParser
public class SpnegoParser
Parser for convering byte[] spnego tokens into nice objects.
| Constructor Summary | |
|---|---|
SpnegoParser()
|
|
| Method Summary | |
|---|---|
protected String |
dump(byte[] token)
Dumps the given token in a nice string. |
ApplicationConstructedObject |
parseInitToken(byte[] token)
Parses an incoming NegTokenInit. |
NegTokenTarg |
parseTargToken(byte[] token)
Parses a NegTokenTarg. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpnegoParser()
| Method Detail |
|---|
public ApplicationConstructedObject parseInitToken(byte[] token)
token - the byte array to parse.
public NegTokenTarg parseTargToken(byte[] token)
token - the byte array token.
protected String dump(byte[] token)
token - the source bytes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||