ActiveDirectoryApplication Interface

public interface ActiveDirectoryApplication extends ActiveDirectoryObject,HasInner,Updatable<ActiveDirectoryApplication.Update>

An immutable client-side representation of an Azure AD application.

Method Summary

Modifier and Type Method and Description
String applicationId()
List<String> applicationPermissions()
boolean availableToOtherTenants()
Map<String, CertificateCredential> certificateCredentials()
Set<String> identifierUris()
Map<String, PasswordCredential> passwordCredentials()
Set<String> replyUrls()
URL signOnUrl()

Inherited Members

Method Details

applicationId

public String applicationId()

Returns:

the application ID

applicationPermissions

public List applicationPermissions()

Returns:

the application permissions

availableToOtherTenants

public boolean availableToOtherTenants()

Returns:

whether the application is be available to other tenants

certificateCredentials

public Map certificateCredentials()

Returns:

the mapping of certificate credentials from their names

identifierUris

public Set identifierUris()

Returns:

a collection of URIs for the application

passwordCredentials

public Map passwordCredentials()

Returns:

the mapping of password credentials from their names

replyUrls

public Set replyUrls()

Returns:

a collection of reply URLs for the application

signOnUrl

public URL signOnUrl()

Returns:

the home page of the application

Applies to