public class Policy extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Policy.Attribute |
static class |
Policy.PolicyBuilder |
| Constructor and Description |
|---|
Policy() |
Policy(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<Policy.Attribute> |
getAttributes() |
String |
getAuthenticatingAuthorityName() |
Date |
getCreated() |
String |
getDenyAdvice() |
String |
getDenyAdviceNl() |
String |
getDescription() |
Long |
getId() |
List<String> |
getIdentityProviderIds() |
List<String> |
getIdentityProviderNames() |
String |
getName() |
int |
getNumberOfRevisions() |
int |
getRevisionNbr() |
String |
getServiceProviderId() |
String |
getServiceProviderName() |
String |
getUserDisplayName() |
boolean |
isActionsAllowed() |
boolean |
isActivatedSr() |
boolean |
isActive() |
boolean |
isAllAttributesMustMatch() |
boolean |
isDenyRule() |
String |
toString() |
public Long getId()
public String getName()
public String getDescription()
public String getServiceProviderName()
public int getNumberOfRevisions()
public boolean isActionsAllowed()
public List<Policy.Attribute> getAttributes()
public Date getCreated()
public String getDenyAdvice()
public String getDenyAdviceNl()
public boolean isDenyRule()
public boolean isAllAttributesMustMatch()
public String getServiceProviderId()
public String getUserDisplayName()
public int getRevisionNbr()
public boolean isActivatedSr()
public boolean isActive()
public String getAuthenticatingAuthorityName()
Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.