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() |
String |
getCreated() |
String |
getDenyAdvice() |
String |
getDenyAdviceNl() |
String |
getDenyAdvicePt() |
String |
getDescription() |
Long |
getId() |
List<String> |
getIdentityProviderIds() |
List<String> |
getIdentityProviderNames() |
List<String> |
getIdentityProviderNamesNl() |
List<String> |
getIdentityProviderNamesPt() |
String |
getName() |
int |
getNumberOfRevisions() |
int |
getRevisionNbr() |
String |
getServiceProviderId() |
String |
getServiceProviderName() |
String |
getServiceProviderNameNl() |
String |
getServiceProviderNamePt() |
String |
getType() |
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 String getServiceProviderNameNl()
public String getServiceProviderNamePt()
public int getNumberOfRevisions()
public boolean isActionsAllowed()
public List<Policy.Attribute> getAttributes()
public String getCreated()
public String getDenyAdvice()
public String getDenyAdviceNl()
public String getDenyAdvicePt()
public boolean isDenyRule()
public boolean isAllAttributesMustMatch()
public String getServiceProviderId()
public String getUserDisplayName()
public int getRevisionNbr()
public boolean isActivatedSr()
public boolean isActive()
public String getAuthenticatingAuthorityName()
public String getType()
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.