public class Authorization extends Object implements org.springframework.security.core.GrantedAuthority, Dumpable, DebugDumpable
INDENT_STRING
Constructor and Description |
---|
Authorization(AuthorizationType authorizationType) |
Modifier and Type | Method and Description |
---|---|
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
String |
dump()
Show the content of the object intended for diagnostics by developer.
|
List<String> |
getAction() |
String |
getAuthority() |
AuthorizationDecisionType |
getDecision() |
String |
getDescription() |
String |
toString() |
public Authorization(AuthorizationType authorizationType)
public String getAuthority()
getAuthority
in interface org.springframework.security.core.GrantedAuthority
public String getDescription()
public AuthorizationDecisionType getDecision()
public String dump()
Dumpable
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2013 evolveum. All rights reserved.